Skip to content

Commit 2e885bf

Browse files
committed
Bump version to 2022.1
1 parent 32b6576 commit 2e885bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sumpy/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
# }}}
4242

4343

44-
VERSION = (2020, 2)
45-
VERSION_STATUS = "beta1"
44+
VERSION = (2022, 1)
45+
VERSION_STATUS = ""
4646
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
4747

4848
KERNEL_VERSION = (VERSION, _git_rev, 0)

0 commit comments

Comments
 (0)