Skip to content

Commit d5a2f26

Browse files
Andy DangπŸ€–andyndang
authored andcommitted
Bump version: 0.1.2b0 β†’ 0.1.2
1 parent 9dc77e5 commit d5a2f26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.bumpversion.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.2b0
2+
current_version = 0.1.2
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<beta>\d+))?(\.dev(?P<dev>\d+))?

β€Ždocs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read(rel_path):
4242

4343

4444
# This string is managed by bump2version
45-
version = " 0.1.2b0"
45+
version = " 0.1.2"
4646

4747

4848
# -- General configuration ---------------------------------------------------

β€Žsrc/whylogs/_version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""WhyLabs version number."""
22

3-
__version__ = "0.1.2b0"
3+
__version__ = "0.1.2"

0 commit comments

Comments
Β (0)