Skip to content

Commit

Permalink
Fix Packaging (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavius authored Mar 25, 2020
1 parent 099b1ba commit 597dcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def load_deps(section):
'v3io',
'v3io.common',
'v3io.dataplane',
'v3io.dataplane.transport',
'v3io.logger'
],
install_requires=install_requires,
Expand Down
2 changes: 1 addition & 1 deletion v3io/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 597dcb3

Please sign in to comment.