From c63cf9257fb51ac68aeeb8c1579def71d9cfd072 Mon Sep 17 00:00:00 2001 From: nnsnodnb Date: Tue, 26 Dec 2017 23:17:25 +0900 Subject: [PATCH] Release 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24a111a..4c3780d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys NAME = 'django-ios-storekit' -VERSION = '0.0.1' +VERSION = '1.0.0' def read(filename):