We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce4569 commit e41240dCopy full SHA for e41240d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.23
+current_version = 0.2.24
3
commit = True
4
tag = True
5
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name='negspy',
- version='0.2.23',
+ version='0.2.24',
description='Python NGS tools',
6
author='Peter Kerpedjiev',
7
author_email='pkerpedjiev@gmail.com',
0 commit comments