From 1ddcec900b9562251b9e4c2228b0abc9ebcb997e Mon Sep 17 00:00:00 2001 From: stringertheory Date: Sun, 29 Dec 2019 14:02:05 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.8=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- traces/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a807dd2..92048d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # The version info for the project you're documenting, acts as # replacement for |version| and |release|, also used in various other # places throughout the built documents. The short X.Y version: -version = u'0.4.8' +version = u'0.5.0' # The full version, including alpha/beta/rc tags: -release = u'0.4.8' +release = u'0.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 19a279c..ca863fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.8 +current_version = 0.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index e80dc2f..1b64d28 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def read_dependencies(filename): setup( name='traces', - version='0.4.8', + version='0.5.0', description="A library for unevenly-spaced time series analysis.", long_description=long_description, long_description_content_type="text/markdown", diff --git a/traces/__init__.py b/traces/__init__.py index d65c971..b4b7439 100644 --- a/traces/__init__.py +++ b/traces/__init__.py @@ -9,4 +9,4 @@ __author__ = 'Mike Stringer' __email__ = 'mike.stringer@datascopeanalytics.com' -__version__ = '0.4.8' +__version__ = '0.5.0'