From 42a4213e3fbb83b99db9e06bf54fa385dff46093 Mon Sep 17 00:00:00 2001 From: Neal Morton Date: Mon, 21 Feb 2022 21:07:01 -0600 Subject: [PATCH] build: bump minor version --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e88c30e..52feb7b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.6.0 [bumpversion:file:setup.cfg] diff --git a/docs/conf.py b/docs/conf.py index b7795bb..2db6328 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'Neal Morton' # The full version, including alpha/beta/rc tags -release = 'v0.5.2' +release = 'v0.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index be827a9..23d1961 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = psifr -version = 0.5.2 +version = 0.6.0 url = https://github.com/mortonne/psifr author = Neal Morton author_email = mortonne@gmail.com