Skip to content

Commit

Permalink
version bump to 0.9.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgoble3 committed Dec 28, 2015
1 parent 864276e commit f4ad83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='luapatt',
version='0.9.0b2',
version='0.9.0b4',
description='Python implementation of Lua-style pattern matching',
long_description=long_description,
url='https://github.com/jcgoble3/luapatt',
Expand Down
2 changes: 1 addition & 1 deletion src/luapatt.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from array import array

__version__ = '0.9.0b2'
__version__ = '0.9.0b4'

_ARRAYTYPECODES = {}
for code in 'bhilq':
Expand Down

0 comments on commit f4ad83c

Please sign in to comment.