File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.13-dev8
2+ current_version = 0.1.13
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff 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.
124124release = "" # Is set by calling `setup.py docs`
125125
Original file line number Diff line number Diff line change 44
55[metadata]
66name = whylogs
7- version = 0.1.13-dev8
7+ version = 0.1.13
88description = Profile and monitor your ML data pipeline end-to-end
99author = WhyLabs.ai
1010
Original file line number Diff line number Diff line change 11"""WhyLabs version number."""
22
3- __version__ = "0.1.13-dev8 "
3+ __version__ = "0.1.13"
You canβt perform that action at this time.
0 commit comments