Skip to content

Commit

Permalink
bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gechandesu committed Aug 21, 2023
1 parent ef43d72 commit 5981ca2
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.3.0"
version = "2.4.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.3.0"
__version__ = "2.4.0"
__pyversion__ = sys.version.replace("\n", "")

0 comments on commit 5981ca2

Please sign in to comment.