Skip to content

Commit

Permalink
bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devinaconley committed Mar 21, 2019
1 parent 0e7a2da commit 2b5fa49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion objectfactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .factory import Factory
from .field import Nested, List

__version__ = '0.0.1'
__version__ = '0.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='objectfactory',
version='0.0.1',
version='0.0.2',
author='Devin A. Conley',
author_email='devinaconley@gmail.com',
description='A python package for the serializable model / factory pattern',
Expand Down

0 comments on commit 2b5fa49

Please # to comment.