Skip to content

Commit 4d9dbb3

Browse files
author
Charles Tapley Hoyt
committed
Bump version: 0.2.1-dev → 0.2.1
1 parent 1c60270 commit 4d9dbb3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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
@@ -60,7 +60,7 @@
6060
# built documents.
6161
#
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.2.1-dev'
63+
release = '0.2.1'
6464

6565
# The short X.Y version.
6666
parsed_version = re.match(

src/bio2bel_mirtarbase/__init__.py

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

55
from .manager import Manager # noqa: F401
66

7-
__version__ = '0.2.1-dev'
7+
__version__ = '0.2.1'
88

99
__title__ = 'bio2bel_mirtarbase'
1010
__description__ = "A package for converting miRTarBase to BEL"

src/bio2bel_mirtarbase/constants.py

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

77
from bio2bel.utils import get_data_dir
88

9-
VERSION = '0.2.1-dev'
9+
VERSION = '0.2.1'
1010

1111
MODULE_NAME = 'mirtarbase'
1212
DATA_DIR = get_data_dir(MODULE_NAME)

0 commit comments

Comments
 (0)