Skip to content

Commit

Permalink
bumping version to 20.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslima committed Mar 31, 2021
1 parent 3135881 commit c0e221f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# version.py

# The short X.Y version.
version = "20.10"
version = "20.12"
# The full version, including alpha/beta/rc tags.
release = version + "b0"
release = version + ""

if __name__ == "__main__":
print("zeropdk v" + version)

0 comments on commit c0e221f

Please sign in to comment.