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