Skip to content

Commit 4117e44

Browse files
committed
Bump version v0.1.1 -> v0.1.2.
1 parent 7b0ebf8 commit 4117e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiidalab_eln/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
"""This module contains project version information."""
33

4-
__version__ = "0.1.1"
4+
__version__ = "0.1.2"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ignore =
5252
E203 # Whitespace before ':', preferred formatting for black.
5353
5454
[bumpver]
55-
current_version = "v0.1.1"
55+
current_version = "v0.1.2"
5656
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
5757
commit_message = "Bump version {old_version} -> {new_version}."
5858
commit = True

0 commit comments

Comments
 (0)