Skip to content

Commit 1ddcec9

Browse files
Bump version: 0.4.8 → 0.5.0
1 parent e4507a5 commit 1ddcec9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
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.4.8'
58+
version = u'0.5.0'
5959
# The full version, including alpha/beta/rc tags:
60-
release = u'0.4.8'
60+
release = u'0.5.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.8
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def read_dependencies(filename):
5050

5151
setup(
5252
name='traces',
53-
version='0.4.8',
53+
version='0.5.0',
5454
description="A library for unevenly-spaced time series analysis.",
5555
long_description=long_description,
5656
long_description_content_type="text/markdown",

traces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
__author__ = 'Mike Stringer'
1111
__email__ = 'mike.stringer@datascopeanalytics.com'
12-
__version__ = '0.4.8'
12+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)