Skip to content

Commit fb3fd46

Browse files
committed
Python package 3.8
1 parent e84e1db commit fb3fd46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RocketGate.py

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

3333
class GatewayRequest:
3434
VERSION_INDICATOR = "version"
35-
VERSION_NUMBER = "PY3.7"
35+
VERSION_NUMBER = "PY3.8"
3636

3737
######################################################################
3838
#

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 = "RocketGate"
7-
version = "3.7"
7+
version = "3.8"
88
authors = [
99
{name="RocketGate"},
1010
]

0 commit comments

Comments
 (0)