Skip to content

Commit 3a5b0b8

Browse files
committed
Bump version: 0.1.0 → 0.1.1.dev0
1 parent a8b998a commit 3a5b0b8

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.1.0"
117+
current_version = "0.1.1.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__ = '[email protected]'
7-
__version__ = '0.1.0'
7+
__version__ = '0.1.1.dev0'
88

99
import os
1010

0 commit comments

Comments
 (0)