File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
# The version info for the project you're documenting, acts as
56
56
# replacement for |version| and |release|, also used in various other
57
57
# places throughout the built documents. The short X.Y version:
58
- version = u'0.4.8 '
58
+ version = u'0.5.0 '
59
59
# The full version, including alpha/beta/rc tags:
60
- release = u'0.4.8 '
60
+ release = u'0.5.0 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4.8
2
+ current_version = 0.5.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def read_dependencies(filename):
50
50
51
51
setup (
52
52
name = 'traces' ,
53
- version = '0.4.8 ' ,
53
+ version = '0.5.0 ' ,
54
54
description = "A library for unevenly-spaced time series analysis." ,
55
55
long_description = long_description ,
56
56
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 9
9
10
10
__author__ = 'Mike Stringer'
11
11
__email__ = 'mike.stringer@datascopeanalytics.com'
12
- __version__ = '0.4.8 '
12
+ __version__ = '0.5.0 '
You can’t perform that action at this time.
0 commit comments