Skip to content

Commit a094353

Browse files
committed
Bump version: 0.12.2 → 0.12.3
1 parent 1d601f6 commit a094353

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.2"
18+
__version__ = "0.12.3"
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.2
2+
current_version = 0.12.3
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.2")
7+
setup(version="0.12.3")

0 commit comments

Comments
 (0)