Skip to content

Commit

Permalink
REL: back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi authored and rgommers committed Apr 28, 2023
1 parent f4d41e1 commit 78def82
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
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

project('meson-python', version: '0.13.1')
project('meson-python', version: '0.14.0.dev0')

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 @@ -66,7 +66,7 @@
T = TypeVar('T')


__version__ = '0.13.1'
__version__ = '0.14.0.dev0'


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

0 comments on commit 78def82

Please sign in to comment.