Skip to content

Commit 36f9be1

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent d9f3839 commit 36f9be1

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.3
2+
current_version = 0.0.4
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.3"
7+
version = "0.0.4"
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 = [
@@ -93,7 +93,7 @@ warn_unreachable = true
9393

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

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.3"
3+
__version__ = "0.0.4"
44

55
from . import metadata
66
from .activator import activate_timescaledb_extension

0 commit comments

Comments
 (0)