Skip to content

Commit

Permalink
Revert "bump dev version (#1307)" (#1336)
Browse files Browse the repository at this point in the history
This reverts commit 381cfdd.
  • Loading branch information
raubitsj committed Oct 7, 2020
1 parent 8d913e5 commit 5d9ff7d
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.10.5.dev1
current_version = 0.10.4
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:rc(?P<rc>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

setup(
name='wandb',
version='0.10.5.dev1',
version='0.10.4',
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 @@ -19,7 +19,7 @@
from __future__ import print_function
from __future__ import unicode_literals

__version__ = '0.10.5.dev1'
__version__ = '0.10.4'

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

0 comments on commit 5d9ff7d

Please sign in to comment.