Skip to content

Commit

Permalink
Bump version: 1.0.0-alpha.32 → 1.0.0-alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 5, 2023
1 parent 7dce82c commit a9d2f2c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[bumpversion]
current_version = 1.0.0-alpha.32
current_version = 1.0.0-alpha.33
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<prerelease>[a-zA-Z]+))?(\.(?P<release>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{prerelease}.{release}
{major}.{minor}.{patch}

[bumpversion:part:prerelease]
optional_value = gamma
values =
values =
alpha
beta
gamma

[bumpversion:part:release]
first_value = 1
values =
values =
1
2
3
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-alpha.32]
## [1.0.0-alpha.33]

### Added

Expand Down
2 changes: 1 addition & 1 deletion chatlab/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0-alpha.32"
__version__ = "1.0.0-alpha.33"
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.0-alpha.32"
version = "1.0.0-alpha.33"
homepage = "https://github.com/rgbkrk/chatlab"
description = "Chat Plugin Experiments, Simplified. Create agents and give them superpowers in your notebooks."
authors = ["Kyle Kelley <rgbkrk@gmail.com>"]
Expand Down

0 comments on commit a9d2f2c

Please sign in to comment.