Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
- Issue #102: add alternative pickling mechanism which requires
  less memory than the standard pickle solution
  • Loading branch information
WojciechMula committed Dec 20, 2018
1 parent bd8a541 commit 0f74ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -85,7 +85,7 @@ def get_long_description():

setup(
name='pyahocorasick',
version='1.2.1dev1',
version='1.3.0',
ext_modules=[module],

description=(
Expand Down

0 comments on commit 0f74ef7

Please sign in to comment.