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.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.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " traces"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44description = " A Python library for unevenly-spaced time series analysis"
55authors = [
" Mike Stringer <[email protected] >" ]
66repository = " https://github.com/stringertheory/traces"
@@ -59,7 +59,7 @@ sphinx-autobuild = "^2021.3.14"
5959recommonmark = " ^0.7.1"
6060
6161[tool .bumpversion ]
62- current_version = " 0.6.2 "
62+ current_version = " 0.6.3 "
6363parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
6464serialize = [" {major}.{minor}.{patch}" ]
6565search = " {current_version}"
Original file line number Diff line number Diff line change 88
99__author__ = "Mike Stringer"
101011- __version__ = "0.6.2 "
11+ __version__ = "0.6.3 "
You can’t perform that action at this time.
0 commit comments