From 5b9f1394a333ab16f522406de774cd1772627c3d Mon Sep 17 00:00:00 2001 From: codertimo Date: Fri, 19 Oct 2018 17:53:31 +0900 Subject: [PATCH] Bump Version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d2c7b9..8c3e695 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import sys -__version__ = "0.0.1a1" +__version__ = "0.0.1a2" with open("requirements.txt") as f: require_packages = [line[:-1] for line in f]