Skip to content

Commit 11b8059

Browse files
committed
Bump version: 1.4.1 → 1.4.2
1 parent 885b9cb commit 11b8059

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = 1.4.1
2+
current_version = 1.4.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
test_suite='tests',
5252
tests_require=test_requirements,
5353
url='https://github.com/mmore500/teeplot',
54-
version='1.4.1',
54+
version='1.4.2',
5555
zip_safe=False,
5656
)

teeplot/__init__.py

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

33
__author__ = """Matthew Andres Moreno"""
44
__email__ = "m.more500@gmail.com"
5-
__version__ = "__version__ = '1.4.1'"
5+
__version__ = "__version__ = '1.4.2'"

0 commit comments

Comments
 (0)