We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d78d6 commit ae818f2Copy full SHA for ae818f2
src/ezdxf/version.py
@@ -24,5 +24,5 @@
24
# 1. bug fix release beta0: VERSION = "0.9.1b0"; version = (0, 9, 1, 'b0')
25
# 2. bug fix release: VERSION = "0.9.2"; version = (0, 9, 2, 'release')
26
27
-version = (1, 4, 0, "b0")
28
-__version__ = "1.4.0b0"
+version = (1, 4, 0, "b1")
+__version__ = "1.4.0b1"
0 commit comments