Skip to content

Commit

Permalink
update version to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Tucker committed Jul 28, 2016
1 parent 5044423 commit 28949f5
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.5',
setup(name='verdigris.mu-splat', version='1.6',
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 @@ -23,7 +23,7 @@

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

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

Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import splat.seq
from splat import dB2lin as dB

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

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

0 comments on commit 28949f5

Please sign in to comment.