Skip to content

Commit 7fada09

Browse files
committed
Bump version: 0.36.3 → 0.36.4
1 parent 031bec6 commit 7fada09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

micom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
"show_versions",
3939
)
4040

41-
__version__ = "0.36.3"
41+
__version__ = "0.36.4"

setup.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.36.3
2+
current_version = 0.36.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
from setuptools import setup
77

8-
setup(version="0.36.3")
8+
setup(version="0.36.4")

0 commit comments

Comments
 (0)