Skip to content

Commit bb5fad8

Browse files
bump version
1 parent c16bb71 commit bb5fad8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# The version info for the project you're documenting, acts as
5555
# replacement for |version| and |release|, also used in various other
5656
# places throughout the built documents. The short X.Y version:
57-
version = "0.6.1"
57+
version = "0.6.2"
5858
# The full version, including alpha/beta/rc tags:
59-
release = "0.6.1"
59+
release = "0.6.2"
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "traces"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "A Python library for unevenly-spaced time series analysis"
55
authors = ["Mike Stringer <[email protected]>"]
66
repository = "https://github.com/stringertheory/traces"
@@ -57,7 +57,7 @@ sphinx-autobuild = "^2021.3.14"
5757
recommonmark = "^0.7.1"
5858

5959
[tool.bumpversion]
60-
current_version = "0.6.1"
60+
current_version = "0.6.2"
6161
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
6262
serialize = ["{major}.{minor}.{patch}"]
6363
search = "{current_version}"

traces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
__author__ = "Mike Stringer"
1111
__email__ = "[email protected]"
12-
__version__ = "0.6.1"
12+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)