Skip to content

Commit fecc18a

Browse files
author
Charles Hoyt
committed
Bump version: 0.0.2-dev → 0.0.2
1 parent 4d28cef commit fecc18a

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.2-dev
2+
current_version = 0.0.2
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-]+)*))?

hbp_knowledge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818

1919
HERE = os.path.dirname(__file__)
20-
VERSION = '0.0.2-dev'
20+
VERSION = '0.0.2'
2121

2222
# Author list will be sorted by last name
2323
AUTHORS = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Configuring setup()
55
[metadata]
66
name = hbp_knowledge
7-
version = 0.0.2-dev
7+
version = 0.0.2
88
description = Knowledge curated in BEL from full text during the Human Brain Pharmacome project
99
long_description = file: README.md
1010
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)