Skip to content

Commit 317ec4e

Browse files
committed
Bump version: 0.1.0.dev1 → 0.1.0
1 parent e140ea7 commit 317ec4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pygridsim/__init__.py

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

55
__author__ = 'Angela Zhao'
66
__email__ = '[email protected]'
7-
__version__ = '0.1.0.dev1'
7+
__version__ = '0.1.0'
88

99
from pygridsim.core import PyGridSim
1010

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.1.0.dev1
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
test_suite='tests',
9191
tests_require=tests_require,
9292
url='https://github.com/amzhao/PyGridSim',
93-
version='0.1.0.dev1',
93+
version='0.1.0',
9494
zip_safe=False,
9595
)

0 commit comments

Comments
 (0)