Skip to content

Commit fb9d195

Browse files
committed
chore: release 0.1.11
1 parent d49a048 commit fb9d195

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "atlassian-cli"
7-
version = "0.1.10"
7+
version = "0.1.11"
88
description = "CLI for Atlassian Server and Data Center products"
99
readme = "README.md"
1010
requires-python = ">=3.12"

src/atlassian_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ["__version__"]
22

3-
__version__ = "0.1.10"
3+
__version__ = "0.1.11"

0 commit comments

Comments
 (0)