Skip to content

Commit

Permalink
bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gechandesu committed Jun 28, 2023
1 parent 1340b94 commit 54e4c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "twc-cli"
version = "2.2.0"
version = "2.3.0"
description = "Timeweb Cloud Command Line Interface."
authors = ["ge <dev@timeweb.cloud>"]
homepage = "https://github.com/timeweb-cloud/twc"
Expand Down
2 changes: 1 addition & 1 deletion twc/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
import sys


__version__ = "2.2.0"
__version__ = "2.3.0"
__pyversion__ = sys.version.replace("\n", "")

0 comments on commit 54e4c42

Please sign in to comment.