Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Sep 21, 2015
1 parent 5ded9b8 commit f7ea800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def combine_info(*args):
**combine_info(vorbisfile_info, soundtouch_info, glib_info, gthread_info, sdl_info, sdl_mixer_info))

setup(name='fretwork',
version='0.0.1',
version='0.1.1',
description='Game library used by FoFiX, and FoF:R.',
author='Matthew Sitton',
author_email='matthewsitton@gmail.com',
Expand All @@ -182,4 +182,4 @@ def combine_info(*args):
keywords='music engine fofix frets game',
install_requires=['Pillow', 'cython', 'pygame', 'pyopengl', 'numpy'],
ext_modules=cythonize(mixstreamExt)
)
)

0 comments on commit f7ea800

Please sign in to comment.