We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5fce9 commit 68488bcCopy full SHA for 68488bc
1 file changed
migration/setup.py
@@ -12,7 +12,7 @@
12
long_description = open('../README.md').read()
13
14
setup(name='OpenResearchMigration',
15
- version='0.0.20',
+ version='0.0.21',
16
description='python api to access OPENRESEARCH data',
17
long_description=long_description,
18
long_description_content_type='text/markdown',
@@ -40,6 +40,5 @@
40
'python-dateutil',
41
'py-3rdparty-mediawiki',
42
'wikitextparser'
43
-
44
],
45
zip_safe=False)
0 commit comments