Skip to content

Commit bef3bc4

Browse files
committed
Bump version: 0.1.0-dev β†’ 0.1.0
1 parent bf46707 commit bef3bc4

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.1.0-dev
2+
current_version = 0.1.0
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
@@ -27,7 +27,7 @@
2727
author = 'Charles Tapley Hoyt'
2828

2929
# The full version, including alpha/beta/rc tags.
30-
release = '0.1.0-dev'
30+
release = '0.1.0'
3131

3232
# The short X.Y version.
3333
parsed_version = re.match(

β€Žsetup.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##########################
44
[metadata]
55
name = biolookup
6-
version = 0.1.0-dev
6+
version = 0.1.0
77
description = Get metadata and ontological information about all biomedical entities.
88
long_description = file: README.md
99
long_description_content_type = text/markdown

β€Žsrc/biolookup/version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"get_git_hash",
1515
]
1616

17-
VERSION = "0.1.0-dev"
17+
VERSION = "0.1.0"
1818

1919

2020
def get_git_hash() -> str:

0 commit comments

Comments
Β (0)