Skip to content

Commit cdda69e

Browse files
committed
v1.3.1
1 parent 4e8b136 commit cdda69e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

r0c/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = (1, 3, 0)
2-
BUILD_DT = (2022, 4, 3)
1+
VERSION = (1, 3, 1)
2+
BUILD_DT = (2022, 7, 4)
33

44
S_VERSION = ".".join(map(str, VERSION))
55
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def run(self):
136136
"Programming Language :: Python :: 3.8",
137137
"Programming Language :: Python :: 3.9",
138138
"Programming Language :: Python :: 3.10",
139+
"Programming Language :: Python :: 3.11",
139140
"Programming Language :: Python :: Implementation :: CPython",
140141
"Programming Language :: Python :: Implementation :: IronPython",
141142
"Programming Language :: Python :: Implementation :: Jython",

0 commit comments

Comments
 (0)