Skip to content

Commit

Permalink
update version to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Tucker committed Sep 24, 2014
1 parent 3cd70d2 commit 6fb8492
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 @@ -4,7 +4,7 @@
except ImportError:
from distutils.core import setup, Extension

setup(name='verdigris.mu-splat', version='1.3',
setup(name='verdigris.mu-splat', version='1.4',
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']

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

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

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

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

0 comments on commit 6fb8492

Please sign in to comment.