We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9bbf2 commit 2a3a22bCopy full SHA for 2a3a22b
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 1.0.0
3
commit = True
4
tag = True
5
files = setup.py meld_classifier/__init__.py
meld_classifier/__init__.py
@@ -1,3 +1,3 @@
__author__ = __maintainer__ = "MELD development team"
__email__ = "meld.study@gmail.com"
-__version__ = "0.1.2"
+__version__ = "1.0.0"
setup.py
@@ -5,7 +5,7 @@
except ImportError:
6
7
8
- __version__ = "0.1.2"
+ __version__ = "1.0.0"
9
10
setup(
11
name="meld_classifier",
0 commit comments