From 6e2ed9c3f64b7c01d070cca798a485ac884d0e3e Mon Sep 17 00:00:00 2001 From: Jeff Raubitschek Date: Fri, 15 Jan 2021 21:22:35 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.14=20=E2=86=92=200.10.15?= =?UTF-8?q?.dev1?= 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 ccaa2bc5543..9a1281e84cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.14 +current_version = 0.10.15.dev1 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:\.dev(?P\d+))? diff --git a/setup.py b/setup.py index ab8fe6f19bb..f6fb694ad53 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='wandb', - version='0.10.14', + version='0.10.15.dev1', 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 c3844fb451a..8827c9ea870 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.14" +__version__ = "0.10.15.dev1" # Used with pypi checks and other messages related to pip _wandb_module = "wandb"