Skip to content

Commit

Permalink
Merge pull request #16 from argysamo/fix_action
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
argysamo authored Oct 11, 2021
2 parents 17de7c9 + dbef36e commit 564d428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edam/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.24'
__version__ = '1.0.25'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def run_tests(self):
include_package_data=True,
install_requires=['sqlalchemy', 'requests', 'numpy', 'pandas', 'numexpr', 'geopy', 'Flask-SQLAlchemy',
'Flask', 'Flask-Caching', 'jinja2', 'pyyaml', 'records', 'psycopg2', 'click',
'Flask-GoogleMaps==0.2.4', 'owlready2', 'pint', 'oyaml', 'Werkzeug'
'Flask-GoogleMaps==0.2.4', 'owlready2', 'pint', 'Werkzeug'
],
cmdclass={'test': PyTest, 'install': CustomInstall},
python_requires='>=3.3',
Expand Down

0 comments on commit 564d428

Please sign in to comment.