Skip to content

Commit

Permalink
update version to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Tucker committed Feb 5, 2015
1 parent a20b360 commit d614395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
else:
data_files = []

setup(name='verdigris.mu-splat', version='1.4',
setup(name='verdigris.mu-splat', version='1.5',
description="Sound generator, synthesizer and editor",
author="Guillaume Tucker",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion splat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

__all__ = ['gen', 'data', 'filters', 'sources', 'scales', 'interpol', 'seq']

VERSION = (1, 4)
VERSION = (1, 5)
VERSION_STR = '.'.join([str(v) for v in VERSION])
BUILD = 18

Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import splat.scales
import splat.seq

splat.check_version((1, 4))
splat.check_version((1, 5))

# -----------------------------------------------------------------------------
# Splat test base class
Expand Down

0 comments on commit d614395

Please sign in to comment.