Skip to content

Commit 09a53e5

Browse files
committed
bump to 0.12.0
1 parent 5cad982 commit 09a53e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[bumpversion]
2-
current_version = 0.11.2
2+
current_version = 0.12.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+)(?P<num>\d+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}{num}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
optional_value = alpha
12-
values =
12+
values =
1313
alpha
1414
beta
1515
pre-release

dsg_lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.11.2"
3+
__version__ = "0.12.0"
44

55
# # from .async_database_functions import async_database as async_database
66
# # from .async_database_functions import base_schema as base_schema

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "devsetgo_lib"
11-
version = "0.11.2"
11+
version = "0.12.0"
1212
requires-python = ">=3.9"
1313
description = "DevSetGo Common Library provides reusable Python functions for enhanced code efficiency. It includes utilities for file operations, calendar, pattern matching, logging, FastAPI endpoints, and async database handling with CRUD operations."
1414
readme = "README.md"

0 commit comments

Comments
 (0)