We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e140ea7 commit 317ec4eCopy full SHA for 317ec4e
pygridsim/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'Angela Zhao'
6
__email__ = '[email protected]'
7
-__version__ = '0.1.0.dev1'
+__version__ = '0.1.0'
8
9
from pygridsim.core import PyGridSim
10
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0.dev1
+current_version = 0.1.0
3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -90,6 +90,6 @@
90
test_suite='tests',
91
tests_require=tests_require,
92
url='https://github.com/amzhao/PyGridSim',
93
- version='0.1.0.dev1',
+ version='0.1.0',
94
zip_safe=False,
95
)
0 commit comments