Skip to content

Commit 9da0ed7

Browse files
committed
Bump version v0.1.2 -> v0.1.3.
1 parent 3e7a59f commit 9da0ed7

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.2"
4+
__version__ = "0.1.3"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ignore =
4848
E203
4949

5050
[bumpver]
51-
current_version = "v0.1.2"
51+
current_version = "v0.1.3"
5252
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
5353
commit_message = "Bump version {old_version} -> {new_version}."
5454
commit = True

0 commit comments

Comments
 (0)