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.3
2+ current_version = 0.0.4
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.3 "
7+ version = " 0.0.4 "
88description = " TimescaleDB is a Python Client based on SQLModel and SQLAlchemy for high-performance real-time analytics time-series data."
99readme = " README.md"
1010authors = [
@@ -93,7 +93,7 @@ warn_unreachable = true
9393
9494[tool .poetry ]
9595name = " timescaledb"
96- version = " 0.0.3 "
96+ version = " 0.0.4 "
9797description = " TimescaleDB is a Python Client based on SQLModel and SQLAlchemy for high-performance real-time analytics time-series data."
9898authors = [" Justin Mitchel <justin@codingforentrepreneurs.com>" ]
9999
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.0.3 "
3+ __version__ = "0.0.4 "
44
55from . import metadata
66from .activator import activate_timescaledb_extension
You can’t perform that action at this time.
0 commit comments