We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076f23c commit 2e9bb30Copy full SHA for 2e9bb30
3 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.0
+current_version = 1.4.1
3
commit = True
4
tag = True
5
setup.py
@@ -48,6 +48,6 @@
48
test_suite='tests',
49
tests_require=test_requirements,
50
url='https://github.com/mmore500/teeplot',
51
- version='1.4.0',
+ version='1.4.1',
52
zip_safe=False,
53
)
teeplot/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Matthew Andres Moreno"""
__email__ = "m.more500@gmail.com"
-__version__ = "__version__ = '1.4.0'"
+__version__ = "__version__ = '1.4.1'"
0 commit comments