From d968d7d8c41e97d7ce32009899aff26e3bdf5756 Mon Sep 17 00:00:00 2001 From: Jeff Raubitschek Date: Thu, 3 Sep 2020 11:11:52 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0rc5=20=E2=86=92=200.10.?= =?UTF-8?q?0rc6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- wandb/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 543ab55e..e0964f10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0rc5 +current_version = 0.10.0rc6 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:rc(?P\d+))? diff --git a/setup.py b/setup.py index 4e9209d2..f6c84af1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='wandb', - version='0.10.0rc5', + version='0.10.0rc6', description="A CLI and library for interacting with the Weights and Biases API.", long_description=readme, long_description_content_type="text/markdown", diff --git a/wandb/__init__.py b/wandb/__init__.py index 70987f34..ec8735cd 100644 --- a/wandb/__init__.py +++ b/wandb/__init__.py @@ -19,7 +19,7 @@ from __future__ import print_function from __future__ import unicode_literals -__version__ = '0.10.0rc5' +__version__ = '0.10.0rc6' # Used with pypi checks and other messages related to pip _wandb_module = 'wandb'