Skip to content

Commit c2a7b9a

Browse files
committed
Bump version: 1.0.2 → 1.0.3
1 parent d8059b9 commit c2a7b9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

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

chatlab/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "chatlab"
4-
version = "1.0.2"
4+
version = "1.0.3"
55
homepage = "https://github.com/rgbkrk/chatlab"
66
description = "Chat Plugin Experiments, Simplified. Create agents and give them superpowers in your notebooks."
77
authors = ["Kyle Kelley <[email protected]>"]

0 commit comments

Comments
 (0)