Skip to content
Prev Previous commit
Next Next commit
Version bump
Signed-off-by: Christopher Crone <[email protected]>
  • Loading branch information
chris-crone authored and ulyssessouza committed Feb 6, 2020
commit 9b0d07f9a8ced5f5f0100fc579a25b82a585c20b
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "4.1.0"
version = "4.2.0-dev"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])