Skip to content

Commit

Permalink
Merge pull request #50 from clarkduvall/v0.2.0
Browse files Browse the repository at this point in the history
update version to 0.2.0
  • Loading branch information
clarkduvall committed Sep 29, 2017
2 parents 4b38d30 + 012f7de commit d76674c
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
Expand Up @@ -2,7 +2,7 @@
Field, BoolField, IntField, FloatField, MethodField, StrField)
from serpy.serializer import Serializer, DictSerializer

__version__ = '0.1.1'
__version__ = '0.2.0'
__author__ = 'Clark DuVall'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

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

0 comments on commit d76674c

Please sign in to comment.