We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acd3a2 commit 1144bdaCopy full SHA for 1144bda
d8s_algorithms/__init__.py
@@ -1,5 +1,5 @@
1
from .algorithms import *
2
3
-__version__ = '0.5.0'
+__version__ = '0.6.0'
4
__author__ = '''Floyd Hightower'''
5
__email__ = 'floyd.hightower27@gmail.com'
setup.cfg
[bumpversion]
-current_version = 0.5.0
+current_version = 0.6.0
commit = True
tag = True
0 commit comments