Skip to content

Commit 338eb47

Browse files
committed
Bump version: 0.0.2 → 0.0.3
1 parent 49525a0 commit 338eb47

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.0.3
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ it's ready for use.
2121
Installation
2222
=============
2323

24-
The latest version of the library is 0.0.2.
24+
The latest version of the library is 0.0.3.
2525

2626
::
2727

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
year = '2022'
2121
author = 'QuestDB'
2222
copyright = '{0}, {1}'.format(year, author)
23-
version = release = '0.0.2'
23+
version = release = '0.0.3'
2424

2525
github_repo_url = 'https://github.com/questdb/py-questdb-client'
2626

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.2"
5+
version = "0.0.3"
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.2',
123+
version='0.0.3',
124124
platforms=['any'],
125125
python_requires='>=3.7',
126126
install_requires=[],

src/questdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.2'
1+
__version__ = '0.0.3'

0 commit comments

Comments
 (0)