From 564260db22b18366fd52f95ec9ddb5fe57880038 Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Sat, 10 Oct 2020 22:35:27 +0200 Subject: [PATCH] Move to 0.6.1 --- CHANGELOG | 5 +++++ bindings/python/setup.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 84c744fe..868d09d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.6.1 +----- + +* Fix issue with alias functions + 0.6.0 ----- diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 01ebad4b..de03c969 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -104,7 +104,7 @@ def run(self): libraries = libraries, sources = glob.glob(os.path.join(this_dir, '*.cpp'))) setup(name = 'pydffi', - version = '0.6.0', + version = '0.6.1', description = 'dragonffi static python bindings', author = 'Adrien Guinet', author_email = 'adrien@guinet.me', @@ -112,7 +112,7 @@ def run(self): Static python bindings for dragonffi. API isn't yet stable and is subject to change! ''', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Science/Research', 'Intended Audience :: Developers', 'Topic :: Software Development :: Build Tools',