Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Commit b024559

Browse files
committed
Bump version: 0.0.3-dev → 0.0.3
1 parent 5075022 commit b024559

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.0.3-dev
2+
current_version = 0.0.3
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# built documents.
4646
#
4747
# The full version, including alpha/beta/rc tags.
48-
release = '0.0.3-dev'
48+
release = '0.0.3'
4949

5050
# The short X.Y version.
5151
parsed_version = re.match(

src/compath_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from compath_utils.manager import *
4444
from compath_utils.models import *
4545

46-
__version__ = '0.0.3-dev'
46+
__version__ = '0.0.3'
4747

4848
__title__ = 'compath_utils'
4949
__description__ = "A utilities package for ComPath"

0 commit comments

Comments
 (0)