Skip to content

Commit 7dda6fe

Browse files
committed
match version with pypi.
1 parent 4e03480 commit 7dda6fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crdb_sql_audit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
from crdb_sql_audit.audit import extract_sql, analyze_compatibility, generate_reports
44

5-
__version__ = "0.2.3"
5+
__version__ = "0.2.4"
66

77
logging.basicConfig(
88
level=logging.INFO,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "crdb-sql-audit"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "Analyze PostgreSQL SQL logs for CockroachDB compatibility"
99
authors = [
1010
{ name = "Virag Tripathi", email = "virag.tripathi@gmail.com" }

0 commit comments

Comments
 (0)