Skip to content

Commit dd2095c

Browse files
committed
Bump version: 0.0.2.dev1 → 0.0.2
1 parent b4d00d6 commit dd2095c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.2.dev1
2+
current_version = 0.0.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@
117117
test_suite='tests',
118118
tests_require=tests_require,
119119
url='https://github.com/sintel-dev/sigllm',
120-
version='0.0.2.dev1',
120+
version='0.0.2',
121121
zip_safe=False,
122122
)

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

99
import os
1010

0 commit comments

Comments
 (0)