Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 15, 2023
1 parent 8abb2ec commit fd34e8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.0.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
serialize =
{major}.{minor}.{patch}

[bumpversion:file:pyproject.toml]
Expand All @@ -13,8 +13,3 @@ replace = version = "{new_version}"
[bumpversion:file:chatlab/_version.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

# For use during pre-releases
# [bumpversion:file:CHANGELOG.md]
# search = ## [{current_version}]
# replace = ## [{new_version}]
2 changes: 1 addition & 1 deletion chatlab/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "chatlab"
version = "1.0.1"
version = "1.0.2"
homepage = "https://github.com/rgbkrk/chatlab"
description = "Chat Plugin Experiments, Simplified. Create agents and give them superpowers in your notebooks."
authors = ["Kyle Kelley <[email protected]>"]
Expand Down

0 comments on commit fd34e8b

Please sign in to comment.