Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Dec 29, 2019
1 parent d3ff457 commit b679619
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -55,9 +55,9 @@
# The version info for the project you're documenting, acts as
# replacement for |version| and |release|, also used in various other
# places throughout the built documents. The short X.Y version:
version = u'0.5.0'
version = u'0.5.1'
# The full version, including alpha/beta/rc tags:
release = u'0.5.0'
release = u'0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@ def read_dependencies(filename):

setup(
name='traces',
version='0.5.0',
version='0.5.1',
description="A library for unevenly-spaced time series analysis.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion traces/__init__.py
Expand Up @@ -9,4 +9,4 @@

__author__ = 'Mike Stringer'
__email__ = 'mike.stringer@datascopeanalytics.com'
__version__ = '0.5.0'
__version__ = '0.5.1'

0 comments on commit b679619

Please sign in to comment.