Skip to content

Commit 7133dda

Browse files
author
Doctor-love
authored
Merge pull request #3 from elastx/version_bump-0.6.1
Bump version to 0.6.1 due faulty 0.6 package
2 parents fb0ec43 + 7056545 commit 7133dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
version = '0.6'
11+
version = '0.6.1'
1212
source_directory = os.path.abspath(os.path.dirname(__file__))
1313

1414
with open(os.path.join(source_directory, 'README.md'), 'r') as file_handle:

0 commit comments

Comments
 (0)