Skip to content

Commit 3c56b07

Browse files
bump
1 parent 73c36a3 commit 3c56b07

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.2"
57+
version = "0.6.3"
5858
# The full version, including alpha/beta/rc tags:
59-
release = "0.6.2"
59+
release = "0.6.3"
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.2"
3+
version = "0.6.3"
44
description = "A Python library for unevenly-spaced time series analysis"
55
authors = ["Mike Stringer <[email protected]>"]
66
repository = "https://github.com/stringertheory/traces"
@@ -59,7 +59,7 @@ sphinx-autobuild = "^2021.3.14"
5959
recommonmark = "^0.7.1"
6060

6161
[tool.bumpversion]
62-
current_version = "0.6.2"
62+
current_version = "0.6.3"
6363
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
6464
serialize = ["{major}.{minor}.{patch}"]
6565
search = "{current_version}"

traces/__init__.py

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

99
__author__ = "Mike Stringer"
1010
__email__ = "[email protected]"
11-
__version__ = "0.6.2"
11+
__version__ = "0.6.3"

0 commit comments

Comments
 (0)