File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.2
2+ current_version = 0.0.3
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[project ]
66name = " timescaledb"
7- version = " 0.0.2 "
7+ version = " 0.0.3 "
88description = " TimescaleDB is a Python Client based on SQLModel and SQLAlchemy for high-performance real-time analytics time-series data."
99readme = " README.md"
1010authors = [
@@ -94,7 +94,7 @@ warn_unreachable = true
9494
9595[tool .poetry ]
9696name = " timescaledb"
97- version = " 0.0.2 "
97+ version = " 0.0.3 "
9898description = " TimescaleDB is a Python Client based on SQLModel and SQLAlchemy for high-performance real-time analytics time-series data."
9999authors = [" Justin Mitchel <justin@codingforentrepreneurs.com>" ]
100100
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.0.2 "
3+ __version__ = "0.0.3 "
44
55from . import metadata
66from .activator import activate_timescaledb_extension
You can’t perform that action at this time.
0 commit comments