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

ver bump

parent 03a71ae7
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@ So no variable encoding for you!
# Changelog
## v0.3
* _TBA_
## v0.2
* added `get_open_series`
......
......@@ -21,7 +21,7 @@ def find_pyx(*path) -> tp.List[str]:
#
setup(name='tempsdb',
version='0.2',
version='0.3_a1',
packages=['tempsdb'],
install_requires=['satella>=2.14.21', 'ujson'],
ext_modules=build([Multibuild('tempsdb', find_pyx('tempsdb')), ],
......
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