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

ver bump

parent 56929689
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,9 @@ python setup.py bdist_wheel ...@@ -51,6 +51,9 @@ python setup.py bdist_wheel
Then copy your resulting wheel and install it via pip on the target system. Then copy your resulting wheel and install it via pip on the target system.
# Changelog # Changelog
## v0.5.2
* _TBA_
## v0.5.1 ## v0.5.1
......
...@@ -41,7 +41,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'), **ext_kwargs), ] ...@@ -41,7 +41,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'), **ext_kwargs), ]
**cythonize_kwargs) **cythonize_kwargs)
setup(name='tempsdb', setup(name='tempsdb',
version='0.5.1', version='0.5.2a1',
packages=find_packages(include=['tempsdb', 'tempsdb.*']), packages=find_packages(include=['tempsdb', 'tempsdb.*']),
install_requires=['satella>=2.14.24', 'ujson'], install_requires=['satella>=2.14.24', 'ujson'],
ext_modules=ext_modules, ext_modules=ext_modules,
......
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