Skip to content

Commit 3b851e0

Browse files
committed
Bump version: 0.0.3.dev0 → 0.0.3.dev1
1 parent bff019f commit 3b851e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ namespaces = false
113113
version = {attr = 'sigllm.__version__'}
114114

115115
[tool.bumpversion]
116-
current_version = '0.0.3.dev0'
116+
current_version = "0.0.3.dev1"
117117
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
118118
serialize = [
119119
'{major}.{minor}.{patch}.{release}{candidate}',

Diff for: sigllm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = '[email protected]'
7-
__version__ = '0.0.3.dev0'
7+
__version__ = '0.0.3.dev1'
88

99
import os
1010

0 commit comments

Comments
 (0)