Skip to content

Commit

Permalink
REL: update version to 0.13.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
FFY00 committed Jan 30, 2023
1 parent 46ba34a commit 3668253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('meson-python', version: '0.13.0.pre0')
project('meson-python', version: '0.13.0.dev1')

py_mod = import('python')
py = py_mod.find_installation()
Expand Down
2 changes: 1 addition & 1 deletion mesonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
T = TypeVar('T')


__version__ = '0.13.0.pre0'
__version__ = '0.13.0.dev1'


# XXX: Once Python 3.8 is our minimum supported version, get rid of
Expand Down

0 comments on commit 3668253

Please sign in to comment.