Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Jul 4, 2018
1 parent 69daefc commit cb4280f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
tag = True

[bumpversion:file:setup.py]

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.3.0 (2018-7-04)
-----------------------------------------

* cli: added random melody generator command

0.2.1 (2016-8-27)
-----------------------------------------

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'2016'
author = u'Andy Craze'
copyright = '{0}, {1}'.format(year, author)
version = release = u'0.2.1'
version = release = u'0.3.0'

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.2.1',
version='0.3.0',
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.2.1"
__version__ = "0.3.0"

0 comments on commit cb4280f

Please sign in to comment.