We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd50db commit f173ef1Copy full SHA for f173ef1
2 files changed
gitfive/version.py
@@ -1,4 +1,4 @@
1
metadata = {
2
- "version": "1.1.7",
+ "version": "1.1.8",
3
"name": "Five Eyes Edition"
4
}
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='gitfive',
11
- version='1.1.7',
+ version='1.1.8',
12
packages=find_packages(include=['gitfive', 'gitfive.*']),
13
license='MPL-2.0',
14
license_files = ('LICENSE.md'),
0 commit comments