From ac909ed71035a962eccc8f47569dcb8ee4d40af0 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 12 Nov 2020 23:53:17 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .zenodo.json | 6 +++--- setup.cfg | 2 +- src/pandamonium/version.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 49ec956..b8f5e1e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True diff --git a/.zenodo.json b/.zenodo.json index cc23974..a29ae19 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "Command line library to parse the Panda web API", "license": "BSD-3-Clause", - "title": "dguest/pandamonium: v0.1.0", - "version": "v0.1.0", + "title": "dguest/pandamonium: v0.2.0", + "version": "v0.2.0", "upload_type": "software", "creators": [ { @@ -26,7 +26,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/dguest/pandamonium/tree/v0.1.0", + "identifier": "https://github.com/dguest/pandamonium/tree/v0.2.0", "relation": "isSupplementTo" } ] diff --git a/setup.cfg b/setup.cfg index 649a296..0b73b24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pandamonium -version = 0.1.0 +version = 0.2.0 description = Command line library to parse the Panda web API long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/pandamonium/version.py b/src/pandamonium/version.py index 21294ac..cd44951 100644 --- a/src/pandamonium/version.py +++ b/src/pandamonium/version.py @@ -2,4 +2,4 @@ # Use semantic versioning (https://semver.org/) # The version number is controlled through bumpversion.cfg -__version__ = "0.1.0" +__version__ = "0.2.0"