Skip to content

Commit

Permalink
Bump version: 0.13.6 → 0.13.7.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Raubitschek authored and Jeffrey Raubitschek committed Dec 14, 2022
1 parent 7cd53ec commit 2e6e6af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.6
current_version = 0.13.7.dev1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<prekind>[a-z]+)(?P<pre>\d+))?(\.(?P<devkind>[a-z]+)(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@

setup(
name="wandb",
version="0.13.6",
version="0.13.7.dev1",
description="A CLI and library for interacting with the Weights and Biases API.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion wandb/__init__.py
Expand Up @@ -11,7 +11,7 @@
For reference documentation, see https://docs.wandb.com/ref/python.
"""
__version__ = "0.13.6"
__version__ = "0.13.7.dev1"

# Used with pypi checks and other messages related to pip
_wandb_module = "wandb"
Expand Down

0 comments on commit 2e6e6af

Please sign in to comment.