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 b95bf0d commit ce884c1Copy full SHA for ce884c1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.10.0
+current_version = 2.11.0
3
commit = True
4
tag = True
5
tag_name = v{new_version}
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="statina",
16
- version="2.10.0",
+ version="2.11.0",
17
description="NIPT data storage and visualisation",
18
long_description=long_description,
19
long_description_content_type="text/markdown",
statina/__init__.py
@@ -1 +1 @@
-__version__ = "2.10.0"
+__version__ = "2.11.0"
0 commit comments