diff --git a/README.rst b/README.rst index 30ef2e3..3138902 100644 --- a/README.rst +++ b/README.rst @@ -227,7 +227,7 @@ will exit. CHANGELOG -------------- -v1.2.1 2018/10/24 +v1.3.0 2018/10/24 ~~~~~~~~~~~~~~~~~~~ - Fixed a memory leak in decrypt_hex diff --git a/setup.py b/setup.py index ddfbd27..2e9de79 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, Extension import os -VERSION = "1.2.1" +VERSION = "1.3.0" if os.name == 'posix': extra_compile_args = [