Skip to content

Commit 2f47372

Browse files
committed
To v0.2.2
1 parent dccf401 commit 2f47372

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.2.1
2+
current_version = 0.2.2
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.2.1", include_package_data=True)
7+
setup(version="0.2.2", include_package_data=True)

src/combine_notebooks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""combine_notebooks - COMBINE jupyter notebooks in python."""
22
from pathlib import Path
33

4-
__version__ = "0.1.4"
4+
__version__ = "0.2.2"
55

66
BASE_DIR: Path = Path(__file__).parent.parent.parent
77
RESULTS_DIR: Path = BASE_DIR / "notebooks/results"

0 commit comments

Comments
 (0)