Skip to content

Commit 51f58b4

Browse files
Bump version: 0.1.5 → 0.1.6
1 parent 8d72257 commit 51f58b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.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.5
2+
current_version = 0.1.6
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)

setup.py

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

55

66
if __name__ == "__main__":
7-
setup(version="0.1.5")
7+
setup(version="0.1.6")

src/fbc_curation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22

33
__software__ = "fbc_curation"
4-
__version__ = "0.1.5"
4+
__version__ = "0.1.6"
55
__citation__ = "https://doi.org/10.5281/zenodo.3708271"
66

77
EXAMPLE_PATH = Path(__file__).parent / "examples"

0 commit comments

Comments
 (0)