Skip to content

Commit

Permalink
Bump version to 2022.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 23, 2022
1 parent 32b6576 commit 2e885bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sumpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
# }}}


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

KERNEL_VERSION = (VERSION, _git_rev, 0)

0 comments on commit 2e885bf

Please sign in to comment.