Skip to content

Commit

Permalink
version bump to fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Clendenin committed Mar 15, 2016
1 parent d9bdfbd commit e5e051d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/__init__.py
@@ -1,5 +1,5 @@
"""A library for generating fake user data"""
VERSION = (0,1,3)
VERSION = (0,1,4)
__version__ = ".".join(map(str, VERSION))
__author__ = "Dylan Clendenin"
__contact__ = "dylan.clendenin@gmail.com"
Expand Down

0 comments on commit e5e051d

Please sign in to comment.