Skip to content

Commit

Permalink
Merge pull request #60 from clarkduvall/v0.3.1
Browse files Browse the repository at this point in the history
update version to 0.3.1
  • Loading branch information
clarkduvall authored Nov 28, 2017
2 parents 9f3846f + c18de10 commit 56e5a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Field, BoolField, IntField, FloatField, MethodField, StrField)
from serpy.serializer import Serializer, DictSerializer

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Clark DuVall'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='serpy',
version='0.3.0',
version='0.3.1',
description='ridiculously fast object serialization',
long_description=long_description,
url='https://github.com/clarkduvall/serpy',
Expand Down

0 comments on commit 56e5a27

Please sign in to comment.