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 e256e70 commit 94704aaCopy full SHA for 94704aa
meson.build
@@ -3,9 +3,9 @@ project(
3
'c',
4
# Update also in __init__.py
5
# For development.
6
- # version: '0.6.2.dev1',
+ version: '0.6.2.dev1',
7
# For release.
8
- version: '0.6.1',
+ # version: '0.6.1',
9
license: 'BSD-3',
10
meson_version: '>= 1.1.1',
11
default_options: [
nipy/__init__.py
@@ -7,9 +7,9 @@
# When updating here, also update meson.build file.
# Form for development.
-# __version__ = "0.6.2.dev1"
+__version__ = "0.6.2.dev1"
# Form for release.
12
-__version__ = "0.6.1"
+# __version__ = "0.6.1"
13
14
15
def _test_local_install():
0 commit comments