From b647c0b0ed70cc70cb5512b1c3ce5133a50da613 Mon Sep 17 00:00:00 2001 From: a-tal Date: Sun, 3 Feb 2019 08:45:53 -0800 Subject: [PATCH] version+1 to fix bug w/ pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9347c22..c49343d 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def run_tests(self): setup( name="ddate", - version="0.1.1", + version="0.1.2", author="Adam Talsma", author_email="adam@talsma.ca", packages=["ddate"],