Skip to content

Commit

Permalink
Bump version: 1.0.0-alpha.16 → 1.0.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Aug 11, 2023
1 parent 0395d33 commit c126c9f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0-alpha.16
current_version = 1.0.0-alpha.17
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<prerelease>[a-zA-Z]+))?(\.(?P<release>\d+))?
Expand Down Expand Up @@ -33,16 +33,16 @@ values =
14
15
16
17
18
19
20
21
22
23
24
25
26
17
18
19
20
21
22
23
24
25
26

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
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.16]
## [1.0.0-alpha.17]

### 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.16'
__version__ = '1.0.0-alpha.17'
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.16"
version = "1.0.0-alpha.17"
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 c126c9f

Please sign in to comment.