Skip to content

Commit ef003db

Browse files
committed
Bump version: 0.4.2 → 0.4.3
1 parent f7b6434 commit ef003db

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

insitupy/__init__.py

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

33
__author__ = """M3 Works LLC"""
44
__email__ = 'info@m3works.io'
5-
__version__ = '0.4.2'
5+
__version__ = '0.4.3'

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2
2+
current_version = 0.4.3
33
commit = True
44
tag = True
55

@@ -19,4 +19,3 @@ exclude = docs
1919

2020
[tool:pytest]
2121
addopts = --ignore=setup.py
22-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
test_suite='tests',
5454
tests_require=test_requirements,
5555
url='https://github.com/m3works/insitupy',
56-
version='0.4.2',
56+
version='0.4.3',
5757
zip_safe=False,
5858
)

0 commit comments

Comments
 (0)