Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Feb 4, 2024
1 parent c16bb71 commit bb5fad8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.1"
version = "0.6.2"
# The full version, including alpha/beta/rc tags:
release = "0.6.1"
release = "0.6.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "traces"
version = "0.6.1"
version = "0.6.2"
description = "A Python library for unevenly-spaced time series analysis"
authors = ["Mike Stringer <mike.stringer.internet@gmail.com>"]
repository = "https://github.com/stringertheory/traces"
Expand Down Expand Up @@ -57,7 +57,7 @@ sphinx-autobuild = "^2021.3.14"
recommonmark = "^0.7.1"

[tool.bumpversion]
current_version = "0.6.1"
current_version = "0.6.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion traces/__init__.py
Expand Up @@ -9,4 +9,4 @@

__author__ = "Mike Stringer"
__email__ = "mike.stringer@datascopeanalytics.com"
__version__ = "0.6.1"
__version__ = "0.6.2"

0 comments on commit bb5fad8

Please sign in to comment.