Skip to content

Commit 771d797

Browse files
author
Sergio Sanchez
committed
Bump version: 0.0.6 → 0.1.0
1 parent f886762 commit 771d797

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pypums/__init__.py

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

55
__author__ = """Sergio Sánchez Zavala"""
66
__email__ = "[email protected]"
7-
__version__ = "0.0.6"
7+
__version__ = "__version__ = '0.1.0'"
88

99

1010
from pypums.pypums import *

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.0.6
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
test_suite="tests",
6666
tests_require=test_requirements,
6767
url="https://github.com/chekos/pypums",
68-
version="0.0.6",
68+
version="version='0.1.0'",
6969
python_requires=">=3.6",
7070
zip_safe=False,
7171
)

0 commit comments

Comments
 (0)