Skip to content

Commit 0485112

Browse files
committed
Bump version: 0.0.3 → 1.0.0
1 parent ecf1dc6 commit 0485112

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.3
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ encryption with TLS.
1717
Quickstart
1818
==========
1919

20-
The latest version of the library is 0.0.3.
20+
The latest version of the library is 1.0.0.
2121

2222
::
2323

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.3'
23+
version = release = '1.0.0'
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.3"
5+
version = "1.0.0"
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.3',
123+
version='1.0.0',
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.3'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)