Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 20, 2023
1 parent b9136a3 commit d4ccae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roocs_grids/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "Martin Schupfner"
__email__ = "[email protected]"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__version__ = "0.1.1"
__version__ = "0.1.2"

pkg_dir = pathlib.Path(__file__).parent.absolute()

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
serialize =
serialize =
{major}.{minor}.{patch}

[bumpversion:file:roocs_grids/__init__.py]
Expand Down

0 comments on commit d4ccae1

Please sign in to comment.