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

ver bump

parent 9338a564
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,10 @@ Then copy your resulting wheel and install it via pip on the target system. ...@@ -52,6 +52,10 @@ Then copy your resulting wheel and install it via pip on the target system.
# Changelog # Changelog
## v0.5.3
* _TBA_
## v0.5.2 ## v0.5.2
* added multiple properties and attributes to `VarlenSeries` * added multiple properties and attributes to `VarlenSeries`
......
...@@ -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.2', version='0.5.3a1',
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