Skip to content

Commit 8a4dd68

Browse files
committed
Bump version: 0.10.19.dev1 → 0.10.19
1 parent 8029ea8 commit 8a4dd68

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.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.10.19.dev1
2+
current_version = 0.10.19
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:\.dev(?P<dev>\d+))?

setup.py

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

2525
setup(
2626
name='wandb',
27-
version='0.10.19.dev1',
27+
version='0.10.19',
2828
description="A CLI and library for interacting with the Weights and Biases API.",
2929
long_description=readme,
3030
long_description_content_type="text/markdown",

wandb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from __future__ import print_function
2020
from __future__ import unicode_literals
2121

22-
__version__ = "0.10.19.dev1"
22+
__version__ = "0.10.19"
2323

2424
# Used with pypi checks and other messages related to pip
2525
_wandb_module = "wandb"

0 commit comments

Comments
 (0)