Skip to content

Commit

Permalink
bump version to v1.3.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Mar 19, 2024
1 parent 84ff7c2 commit 929fb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ezdxf/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
# 1. bug fix release beta0: VERSION = "0.9.1b0"; version = (0, 9, 1, 'b0')
# 2. bug fix release: VERSION = "0.9.2"; version = (0, 9, 2, 'release')

version = (1, 3, 0, "a0")
__version__ = "1.3.0a0"
version = (1, 3, 0, "b0")
__version__ = "1.3.0b0"

0 comments on commit 929fb37

Please sign in to comment.