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 54
54
# The version info for the project you're documenting, acts as
55
55
# replacement for |version| and |release|, also used in various other
56
56
# places throughout the built documents. The short X.Y version:
57
- version = "0.6.1 "
57
+ version = "0.6.2 "
58
58
# The full version, including alpha/beta/rc tags:
59
- release = "0.6.1 "
59
+ release = "0.6.2 "
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " traces"
3
- version = " 0.6.1 "
3
+ version = " 0.6.2 "
4
4
description = " A Python library for unevenly-spaced time series analysis"
5
5
authors = [
" Mike Stringer <[email protected] >" ]
6
6
repository = " https://github.com/stringertheory/traces"
@@ -57,7 +57,7 @@ sphinx-autobuild = "^2021.3.14"
57
57
recommonmark = " ^0.7.1"
58
58
59
59
[tool .bumpversion ]
60
- current_version = " 0.6.1 "
60
+ current_version = " 0.6.2 "
61
61
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
62
62
serialize = [" {major}.{minor}.{patch}" ]
63
63
search = " {current_version}"
Original file line number Diff line number Diff line change 9
9
10
10
__author__ = "Mike Stringer"
11
11
12
- __version__ = "0.6.1 "
12
+ __version__ = "0.6.2 "
You can’t perform that action at this time.
0 commit comments