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

ver bump

parent eefde236
No related branches found
No related tags found
No related merge requests found
...@@ -11,3 +11,13 @@ Embedded Cython library for time series that you need to upload somewhere. ...@@ -11,3 +11,13 @@ Embedded Cython library for time series that you need to upload somewhere.
Stored time series with a 8-bit timestamp and a fixed length of data. Stored time series with a 8-bit timestamp and a fixed length of data.
So no variable encoding for you! So no variable encoding for you!
# Changelog
## v0.2
* _TBA_
## v0.1
First release
...@@ -21,7 +21,7 @@ def find_pyx(*path) -> tp.List[str]: ...@@ -21,7 +21,7 @@ def find_pyx(*path) -> tp.List[str]:
# #
setup(name='tempsdb', setup(name='tempsdb',
version='0.1', version='0.2_a1',
packages=['tempsdb'], packages=['tempsdb'],
install_requires=['satella>=2.14.21', 'ujson'], install_requires=['satella>=2.14.21', 'ujson'],
ext_modules=build([Multibuild('tempsdb', find_pyx('tempsdb')), ], 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