Skip to content

Commit

Permalink
protcur ver and dep bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Sep 24, 2020
1 parent 5c0e9e8 commit 4fb3e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protcur/protcur/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.8'
6 changes: 3 additions & 3 deletions protcur/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ def find_version(filename):
'flask',
'htmlfn',
'hyputils>=0.0.8',
'idlib>=0.0.1.dev7',
'idlib>=0.0.1.dev8',
'Markdown',
'pyontutils>=0.1.25',
'pysercomb>=0.0.7',
'pyontutils>=0.1.27',
'pysercomb>=0.0.8',
],
extras_require={'dev':['pytest-cov', 'wheel'],
'test': tests_require,
Expand Down

0 comments on commit 4fb3e25

Please sign in to comment.