Skip to content

Commit

Permalink
REL: update version to 0.8.0.dev0
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jul 22, 2022
1 parent fef7160 commit 961bc89
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('mesonpy', version: '0.7.0')
project('mesonpy', version: '0.8.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 @@ -50,7 +50,7 @@
import wheel.wheelfile # noqa: F401


__version__ = '0.7.0'
__version__ = '0.8.0.dev0'


class _depstr:
Expand Down

0 comments on commit 961bc89

Please sign in to comment.