Skip to content

Commit 2a3a22b

Browse files
committed
Bump version: 0.1.2 → 1.0.0
1 parent ba9bbf2 commit 2a3a22b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55
files = setup.py meld_classifier/__init__.py

meld_classifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = __maintainer__ = "MELD development team"
22
__email__ = "meld.study@gmail.com"
3-
__version__ = "0.1.2"
3+
__version__ = "1.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
except ImportError:
66
__author__ = __maintainer__ = "MELD development team"
77
__email__ = "meld.study@gmail.com"
8-
__version__ = "0.1.2"
8+
__version__ = "1.0.0"
99

1010
setup(
1111
name="meld_classifier",

0 commit comments

Comments
 (0)