We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12a2a6 commit 051ac30Copy full SHA for 051ac30
setup.py
@@ -6,7 +6,7 @@
6
long_description = (this_directory / "README.md").read_text()
7
8
setup(name='fasthog',
9
- version='0.1.4',
+ version='0.1.5',
10
description='Reasonably fast implementation of HOG descriptor calculation',
11
long_description=long_description,
12
long_description_content_type='text/markdown',
0 commit comments