Skip to content

Commit

Permalink
Merge pull request #8 from rhattersley/release
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
rhattersley committed Aug 7, 2015
2 parents ad5fb31 + dbb9e15 commit 0ab6d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mo_pack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from ._packing import (compress_rle, compress_wgdos,
decompress_rle, decompress_wgdos)

__version__ = '0.1.0dev0'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def file_walk_relative(top, remove=''):
setup(
name='mo_pack',
description='Python wrapper to libmo_unpack',
version='0.1.0dev0',
version='0.2.0',
ext_modules=cythonize(extensions),
packages=['mo_pack', 'mo_pack.tests'],
package_dir={'': 'lib'},
Expand Down

0 comments on commit 0ab6d56

Please sign in to comment.