Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.3.3-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Dang🤖 committed Feb 24, 2021
1 parent 4e689dd commit 61058bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1-dev3
current_version = 0.3.3-dev0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -119,7 +119,7 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = "0.3.1-dev3"
version = "0.3.3-dev0"
# The full version, including alpha/beta/rc tags.
release = "" # Is set by calling `setup.py docs`

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -4,7 +4,7 @@

[metadata]
name = whylogs
version = 0.3.1-dev3
version = 0.3.3-dev0
description = Profile and monitor your ML data pipeline end-to-end
author = WhyLabs.ai
author-email = support@whylabs.ai
Expand Down
2 changes: 1 addition & 1 deletion src/whylogs/_version.py
@@ -1,3 +1,3 @@
"""WhyLabs version number."""

__version__ = "0.3.1-dev3"
__version__ = "0.3.3-dev0"

0 comments on commit 61058bf

Please sign in to comment.