File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.4 "
57+ version = "0.7.0 "
5858# The full version, including alpha/beta/rc tags:
59- release = "0.6.4 "
59+ release = "0.7.0 "
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.5 "
3+ version = " 0.7.0 "
44description = " A Python library for unevenly-spaced time series analysis"
55authors = [" Mike Stringer <mike.stringer.internet@gmail.com>" ]
66repository = " https://github.com/stringertheory/traces"
@@ -47,7 +47,7 @@ sphinx-autobuild = "^2021.3.14"
4747recommonmark = " ^0.7.1"
4848
4949[tool .bumpversion ]
50- current_version = " 0.6.4 "
50+ current_version = " 0.7.0 "
5151parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
5252serialize = [" {major}.{minor}.{patch}" ]
5353search = " {current_version}"
Original file line number Diff line number Diff line change 77
88__author__ = "Mike Stringer"
99__email__ = "mike.stringer@datascopeanalytics.com"
10- __version__ = "0.6.5 "
10+ __version__ = "0.7.0 "
You can’t perform that action at this time.
0 commit comments