We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d166c6a commit 2b1b5f3Copy full SHA for 2b1b5f3
lib/python/pyflyby/_version.py
@@ -4,4 +4,4 @@
4
# http://creativecommons.org/publicdomain/zero/1.0/
5
6
7
-__version__ = "1.10.0"
+__version__ = "1.10.1"
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'pyflyby',
3
'cpp',
- version: '1.10.0',
+ version: '1.10.1',
default_options: 'cpp_std=c++17'
)
0 commit comments