Skip to content

Commit

Permalink
bumped version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Feb 4, 2019
1 parent 69ef4d6 commit 3b20cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='shed',
version='0.6.0',
version='0.6.1',
packages=find_packages(),
# description='data processing module',
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion shed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.0'
__version__ = '0.6.1'

try:
from .simple_parallel import *
Expand Down

0 comments on commit 3b20cdd

Please sign in to comment.