Skip to content

Commit

Permalink
🔖 Bump version: 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed May 19, 2024
1 parent 974f22d commit 1fefbfd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
tag = True
message = 🔖 Bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3.0
2 changes: 1 addition & 1 deletion ftm_columnstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# FIXME sqlalchemy monkey patch not working
nomenklatura.settings.DB_URL = "sqlite:///:memory:"

__version__ = "0.2.1"
__version__ = "0.3.0"

__all__ = ["get_engine", "get_store"]
2 changes: 1 addition & 1 deletion ftm_columnstore/settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

VERSION = "0.2.1"
VERSION = "0.3.0"


def get_env(name, default=None):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ftm-columnstore"
version = "0.2.1"
version = "0.3.0"
description = "Column store implementation for ftm data based on clickhouse"
authors = ["Simon Wörpel <[email protected]>"]
license = "GPL3"
Expand Down

0 comments on commit 1fefbfd

Please sign in to comment.