We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce3d38 commit 9674740Copy full SHA for 9674740
pyproject.toml
@@ -2,7 +2,7 @@
2
# See: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
3
name = "questdb"
4
requires-python = ">=3.7"
5
-version = "0.0.1"
+version = "0.0.2"
6
description = "QuestDB client library for Python"
7
readme = "README.rst"
8
classifiers = [
setup.py
@@ -120,7 +120,7 @@ def readme():
120
121
setup(
122
name='questdb',
123
- version='0.0.1',
+ version='0.0.2',
124
platforms=['any'],
125
python_requires='>=3.7',
126
install_requires=[],
0 commit comments