We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d6f04 commit 5b118feCopy full SHA for 5b118fe
meson.build
@@ -1,4 +1,4 @@
1
-project('mesonpy', version: '0.9.0')
+project('mesonpy', version: '0.10.0.dev0')
2
3
py_mod = import('python')
4
py = py_mod.find_installation()
mesonpy/__init__.py
@@ -56,7 +56,7 @@
56
cached_property = lambda x: property(functools.lru_cache(maxsize=None)(x)) # noqa: E731
57
58
59
-__version__ = '0.9.0'
+__version__ = '0.10.0.dev0'
60
61
62
class _depstr:
0 commit comments