From 5881b9670440caa3538b766b25321533e638d087 Mon Sep 17 00:00:00 2001 From: syakoo Date: Fri, 13 Nov 2020 12:24:53 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20version=20to=201.0.0=F0=9F=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6299470..095942a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def _requires_from_file(filename): setuptools.setup( name="galois_field", - version="0.1.0", + version="1.0.0", author="Sakoda Takuya", author_email="sakodata0318@gmail.com", description="Galois Field: GF(p^n)",