File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5555# The version info for the project you're documenting, acts as
5656# replacement for |version| and |release|, also used in various other
5757# places throughout the built documents. The short X.Y version:
58- version = u'0.5.0 '
58+ version = u'0.5.1 '
5959# The full version, including alpha/beta/rc tags:
60- release = u'0.5.0 '
60+ release = u'0.5.1 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.0
2+ current_version = 0.5.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def read_dependencies(filename):
5050
5151setup (
5252 name = 'traces' ,
53- version = '0.5.0 ' ,
53+ version = '0.5.1 ' ,
5454 description = "A library for unevenly-spaced time series analysis." ,
5555 long_description = long_description ,
5656 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 99
1010__author__ = 'Mike Stringer'
111112- __version__ = '0.5.0 '
12+ __version__ = '0.5.1 '
You can’t perform that action at this time.
0 commit comments