Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mxrch committed Feb 28, 2024
1 parent 0dd50db commit f173ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitfive/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
metadata = {
"version": "1.1.7",
"version": "1.1.8",
"name": "Five Eyes Edition"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='gitfive',
version='1.1.7',
version='1.1.8',
packages=find_packages(include=['gitfive', 'gitfive.*']),
license='MPL-2.0',
license_files = ('LICENSE.md'),
Expand Down

0 comments on commit f173ef1

Please sign in to comment.