Skip to content
Snippets Groups Projects
Commit 0e009064 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ver bump

parent f9b0da34
No related branches found
No related tags found
No related merge requests found
Changelog is kept at [GitHub](https://github.com/Dronehub/minijson/releases),
here's only the changelog for the version in development
# v1.3
# v1.4
* object keys don't have to be strings anymore
* _TBA_
......@@ -14,7 +14,7 @@ if 'DEBUG' in os.environ:
directives['embedsignature'] = True
setup(version='1.3',
setup(version='1.4a1',
packages=find_packages(include=['minijson', 'minijson.*']),
ext_modules=build([Multibuild('minijson', find_pyx('minijson'),
dont_snakehouse=dont_snakehouse), ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment