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

Commit fd739ba

Browse files
author
Charles Tapley Hoyt
committed
Bump version: 0.2.1-dev → 0.2.1
1 parent 8c7a91a commit fd739ba

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.2.1-dev
2+
current_version = 0.2.1
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
@@ -47,7 +47,7 @@
4747
# built documents.
4848
#
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.2.1-dev'
50+
release = '0.2.1'
5151

5252
# The short X.Y version.
5353
parsed_version = re.match(

src/compath_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from compath_utils.manager import * # noqa: F401, F403
4343
from compath_utils.models import * # noqa: F401, F403
4444

45-
__version__ = '0.2.1-dev'
45+
__version__ = '0.2.1'
4646

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

0 commit comments

Comments
 (0)