Skip to content

Commit 2b5fa49

Browse files
committed
bump version to 0.0.2
1 parent 0e7a2da commit 2b5fa49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

objectfactory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .factory import Factory
77
from .field import Nested, List
88

9-
__version__ = '0.0.1'
9+
__version__ = '0.0.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='objectfactory',
8-
version='0.0.1',
8+
version='0.0.2',
99
author='Devin A. Conley',
1010
author_email='devinaconley@gmail.com',
1111
description='A python package for the serializable model / factory pattern',

0 commit comments

Comments
 (0)