Skip to content

Commit

Permalink
chore: upgrade version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLixm committed Oct 26, 2024
1 parent f6f87ac commit a39fa9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.0] - 2024-10-25
## [0.11.1] - 2024-10-26

Fix PyPI publishing GitHub action. Doesn't affect code.

## [0.11.0] - 2024-10-26

### added

Expand Down
2 changes: 1 addition & 1 deletion kloch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
from .cli import run_cli

# keep in sync with pyproject.toml
__version__ = "0.11.0"
__version__ = "0.11.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "kloch"
# keep in sync with __init__.py
version = "0.11.0"
version = "0.11.1"
description = "Environment Manager CLI wrapping package managers calls as serialized config file"
authors = ["Liam Collod <monsieurlixm@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit a39fa9f

Please sign in to comment.