We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84e1db commit fb3fd46Copy full SHA for fb3fd46
2 files changed
RocketGate.py
@@ -32,7 +32,7 @@
32
33
class GatewayRequest:
34
VERSION_INDICATOR = "version"
35
- VERSION_NUMBER = "PY3.7"
+ VERSION_NUMBER = "PY3.8"
36
37
######################################################################
38
#
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "RocketGate"
7
-version = "3.7"
+version = "3.8"
8
authors = [
9
{name="RocketGate"},
10
]
0 commit comments