diff --git a/docs/conf.py b/docs/conf.py index 998b663..25ce8a3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,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 = "0.6.2" +version = "0.6.3" # The full version, including alpha/beta/rc tags: -release = "0.6.2" +release = "0.6.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index fe31528..9e67082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "traces" -version = "0.6.2" +version = "0.6.3" description = "A Python library for unevenly-spaced time series analysis" authors = ["Mike Stringer "] repository = "https://github.com/stringertheory/traces" @@ -59,7 +59,7 @@ sphinx-autobuild = "^2021.3.14" recommonmark = "^0.7.1" [tool.bumpversion] -current_version = "0.6.2" +current_version = "0.6.3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/traces/__init__.py b/traces/__init__.py index 55191fc..022b2cd 100644 --- a/traces/__init__.py +++ b/traces/__init__.py @@ -8,4 +8,4 @@ __author__ = "Mike Stringer" __email__ = "mike.stringer@datascopeanalytics.com" -__version__ = "0.6.2" +__version__ = "0.6.3"