We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8b136 commit cdda69eCopy full SHA for cdda69e
2 files changed
r0c/__version__.py
@@ -1,5 +1,5 @@
1
-VERSION = (1, 3, 0)
2
-BUILD_DT = (2022, 4, 3)
+VERSION = (1, 3, 1)
+BUILD_DT = (2022, 7, 4)
3
4
S_VERSION = ".".join(map(str, VERSION))
5
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
setup.py
@@ -136,6 +136,7 @@ def run(self):
136
"Programming Language :: Python :: 3.8",
137
"Programming Language :: Python :: 3.9",
138
"Programming Language :: Python :: 3.10",
139
+ "Programming Language :: Python :: 3.11",
140
"Programming Language :: Python :: Implementation :: CPython",
141
"Programming Language :: Python :: Implementation :: IronPython",
142
"Programming Language :: Python :: Implementation :: Jython",
0 commit comments