Skip to content

Commit

Permalink
Add packaging to requirements (#269)
Browse files Browse the repository at this point in the history
* add packaging to requirements
* bump version and refactor requirements
  • Loading branch information
dvmazur authored Jun 11, 2021
1 parent 0b78a39 commit 4dee186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hivemind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from hivemind.utils import *
from hivemind.optim import *

__version__ = '0.9.8'
__version__ = '0.9.9'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ multiaddr>=0.0.9
pymultihash>=0.8.2
cryptography>=3.4.6
pydantic>=1.8.1
packaging>=20.9

0 comments on commit 4dee186

Please sign in to comment.