Skip to content

Commit

Permalink
Move to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinetqb committed Oct 10, 2020
1 parent 3025de9 commit 564260d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.1
-----

* Fix issue with alias functions

0.6.0
-----

Expand Down
4 changes: 2 additions & 2 deletions bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ 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 = '[email protected]',
long_description = '''
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',
Expand Down

0 comments on commit 564260d

Please sign in to comment.