From 3f9705d9794a4393191b84f0123b8f40e71c7fc2 Mon Sep 17 00:00:00 2001 From: Kevin Wurster Date: Thu, 30 Apr 2015 00:12:40 -0400 Subject: [PATCH] Version bump to 0.4.4 --- pyin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyin.py b/pyin.py index 206d38b..4c08da2 100644 --- a/pyin.py +++ b/pyin.py @@ -21,7 +21,7 @@ __all__ = ['pyin'] -__version__ = '0.4.3' +__version__ = '0.4.4' __author__ = 'Kevin Wurster' __email__ = 'wursterk@gmail.com' __source__ = 'https://github.com/geowurster/pyin'