Skip to content

Commit 1e7f127

Browse files
committed
Bump version: 0.12.0 → 0.12.1
1 parent 5a73e74 commit 1e7f127

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

q2_micom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
fit_phenotype,
1616
)
1717

18-
__version__ = "0.12.0"
18+
__version__ = "0.12.1"
1919

2020

2121
def read_results(path):

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0
2+
current_version = 0.12.1
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"""
55
from setuptools import setup
66

7-
setup(version="0.12.0")
7+
setup(version="0.12.1")

0 commit comments

Comments
 (0)