Skip to content

Commit

Permalink
Update version number and dependencies
Browse files Browse the repository at this point in the history
Update version number to 1.1
Mirror dependencies from `requirements.txt`
  • Loading branch information
cdboer authored Dec 8, 2021
1 parent d3075e5 commit e6b118c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='prov2neo',
version='1.0',
version='1.1',
author='Claas de Boer',
author_email='[email protected]',
packages=['prov2neo'],
Expand All @@ -20,7 +20,7 @@
],
url='https://github.com/DLR-SC/prov2neo',
install_requires=[
'py2neo>=2021.1.5',
'py2neo==2021.1.5',
'prov>=2.0.0',
'neotime==1.7.4'
],
Expand Down

0 comments on commit e6b118c

Please sign in to comment.