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

ver bump

parent cbab647b
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.
# Changelog
## v0.5.4
* _TBA_
## v0.5.3
* added `disable_mmap`, `enable_mmap` and `open_chunks_mmap_size` into `VarlenSeries`
......
......@@ -41,7 +41,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'), **ext_kwargs), ]
**cythonize_kwargs)
setup(name='tempsdb',
version='0.5.3',
version='0.5.4a1',
packages=find_packages(include=['tempsdb', 'tempsdb.*']),
install_requires=['satella>=2.14.24', 'ujson'],
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