From 3678501f5b2870940dd4313924ed80add3cc7991 Mon Sep 17 00:00:00 2001 From: Moustic999 Date: Thu, 10 Oct 2019 19:32:06 +0200 Subject: [PATCH] release 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cced182..d0a7e80 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding:utf-8 -*- from setuptools import setup -VERSION = '0.4.6' +VERSION = '0.5.0' REQUIRES = [ 'pyaes>=1.6.1',