Skip to content

Commit fd6adf7

Browse files
committed
Bump version: 0.1.13-dev8 β†’ 0.1.13
1 parent d5f9c08 commit fd6adf7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

β€Ždocs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def setup(app):
119119
# built documents.
120120
#
121121
# The short X.Y version.
122-
version = "0.1.13-dev8"
122+
version = "0.1.13"
123123
# The full version, including alpha/beta/rc tags.
124124
release = "" # Is set by calling `setup.py docs`
125125

β€Žsetup.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[metadata]
66
name = whylogs
7-
version = 0.1.13-dev8
7+
version = 0.1.13
88
description = Profile and monitor your ML data pipeline end-to-end
99
author = WhyLabs.ai
1010
author-email = [email protected]

β€Ž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.13-dev8"
3+
__version__ = "0.1.13"

0 commit comments

Comments
Β (0)