Skip to content

Commit 9674740

Browse files
committed
build: manually fixing up bad bump2version.
1 parent bce3d38 commit 9674740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
33
name = "questdb"
44
requires-python = ">=3.7"
5-
version = "0.0.1"
5+
version = "0.0.2"
66
description = "QuestDB client library for Python"
77
readme = "README.rst"
88
classifiers = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def readme():
120120

121121
setup(
122122
name='questdb',
123-
version='0.0.1',
123+
version='0.0.2',
124124
platforms=['any'],
125125
python_requires='>=3.7',
126126
install_requires=[],

0 commit comments

Comments
 (0)