Skip to content

Commit f42c0e0

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent 3abe7bd commit f42c0e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.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.3.1
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
test_suite='tests',
4343
tests_require=test_requirements,
4444
url='https://github.com/SnowEx/snowexsql',
45-
version='0.3.1',
45+
version='0.4.0',
4646
zip_safe=False,
4747
)

snowexsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Top-level package for snowexsql."""
22

33
__author__ = """Micah Johnson"""
4-
__version__ = '0.3.1'
4+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)