Skip to content

Commit 5b26b97

Browse files
committed
Bump version: 0.0.2 → 0.0.3
1 parent 645f1b1 commit 5b26b97

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "timescaledb"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
description = "TimescaleDB is a Python Client based on SQLModel and SQLAlchemy for high-performance real-time analytics time-series data."
99
readme = "README.md"
1010
authors = [
@@ -94,7 +94,7 @@ warn_unreachable = true
9494

9595
[tool.poetry]
9696
name = "timescaledb"
97-
version = "0.0.2"
97+
version = "0.0.3"
9898
description = "TimescaleDB is a Python Client based on SQLModel and SQLAlchemy for high-performance real-time analytics time-series data."
9999
authors = ["Justin Mitchel <justin@codingforentrepreneurs.com>"]
100100

src/timescaledb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.0.2"
3+
__version__ = "0.0.3"
44

55
from . import metadata
66
from .activator import activate_timescaledb_extension

0 commit comments

Comments
 (0)