We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda884a commit b733c49Copy full SHA for b733c49
2 files changed
migration/requirements.txt
@@ -1,5 +1,5 @@
1
# https://pypi.org/project/pylodstorage/
2
-pylodstorage>=0.0.42
+pylodstorage>=0.0.47
3
# https://pypi.org/project/python-dateutil/
4
python-dateutil
5
# https://pypi.org/project/py-3rdparty-mediawiki/
migration/setup.py
@@ -12,7 +12,7 @@
12
long_description = open('../README.md').read()
13
14
setup(name='OpenResearchMigration',
15
- version='0.0.23',
+ version='0.0.24',
16
description='python api to access OPENRESEARCH data',
17
long_description=long_description,
18
long_description_content_type='text/markdown',
0 commit comments