Skip to content

Commit 5588598

Browse files
✏️ edit __version__
1 parent e48b9de commit 5588598

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

squarecloud/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import click
55

6-
__version__ = '3.0.2'
6+
__version__ = '3.1.5'
77

88

99
def run_async(func):

squarecloud/cli/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
load_dotenv()
2020

21-
__version__ = '3.1.0'
22-
23-
2421
@cli.command(
2522
name='statistics',
2623
help='Get statistics information about the host',

0 commit comments

Comments
 (0)