Skip to content

Commit b5545ac

Browse files
committed
bump version to v1.4.4b2
1 parent b026ff1 commit b5545ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ezdxf/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# 1. bug fix release beta0: VERSION = "0.9.1b0"; version = (0, 9, 1, 'b0')
2525
# 2. bug fix release: VERSION = "0.9.2"; version = (0, 9, 2, 'release')
2626

27-
version = (1, 4, 4, "b1")
28-
__version__ = "1.4.4b1"
27+
version = (1, 4, 4, "b2")
28+
__version__ = "1.4.4b2"

0 commit comments

Comments
 (0)