Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Dec 31, 2019
1 parent bb4de63 commit a1d9d2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = u'2018'
author = u'Andy Craze'
copyright = '{0}, {1}'.format(year, author)
version = release = u'0.4.0'
version = release = u'0.4.1'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='twelve-tone',
version='0.4.0',
version='0.4.1',
license='BSD',
description='Twelve-tone matrix to generate dodecaphonic melodies',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/twelve_tone/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit a1d9d2e

Please sign in to comment.