Skip to content

Commit 0806e43

Browse files
committed
Bump version: 0.0.3.dev1 → 0.0.3
1 parent dfc64c7 commit 0806e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.dev1"
116+
current_version = "0.0.3"
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}',

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.dev1'
7+
__version__ = '0.0.3'
88

99
import os
1010

0 commit comments

Comments
 (0)