File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " traces"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44description = " A Python library for unevenly-spaced time series analysis"
55authors = [
" Mike Stringer <[email protected] >" ]
66repository = " https://github.com/stringertheory/traces"
@@ -57,7 +57,7 @@ sphinx-autobuild = "^2021.3.14"
5757recommonmark = " ^0.7.1"
5858
5959[tool .bumpversion ]
60- current_version = " 0.6.1 "
60+ current_version = " 0.6.2 "
6161parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
6262serialize = [" {major}.{minor}.{patch}" ]
6363search = " {current_version}"
Original file line number Diff line number Diff line change 99
1010__author__ = "Mike Stringer"
111112- __version__ = "0.6.1 "
12+ __version__ = "0.6.2 "
You can’t perform that action at this time.
0 commit comments