Skip to content

Commit 0a3f7c0

Browse files
committed
Bump version: 0.0.5.dev1 → 0.1.0.dev0
1 parent cc2951d commit 0a3f7c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ namespaces = false
114114
version = {attr = 'sigllm.__version__'}
115115

116116
[tool.bumpversion]
117-
current_version = "0.0.5.dev1"
117+
current_version = "0.1.0.dev0"
118118
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
119119
serialize = [
120120
'{major}.{minor}.{patch}.{release}{candidate}',

sigllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = 'dailabmit@gmail.com'
7-
__version__ = '0.0.5.dev1'
7+
__version__ = '0.1.0.dev0'
88

99
import os
1010

0 commit comments

Comments
 (0)