Skip to content

Commit

Permalink
release v1.3.1b0
Browse files Browse the repository at this point in the history
update dev requirements
  • Loading branch information
mozman committed May 28, 2024
1 parent 54915a1 commit 93931d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ typing_extensions>=4.6.0
numpy
fonttools
pytest
mypy
cython
matplotlib
pyside6
Pillow
PyMuPDF
sphinx
sphinx-rtd-theme
sphinxcontrib-jquery
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, 1, "a0")
__version__ = "1.3.1a0"
version = (1, 3, 1, "b0")
__version__ = "1.3.1b0"

0 comments on commit 93931d2

Please sign in to comment.