We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3003f8f commit 76fead5Copy full SHA for 76fead5
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
}
7
8
setup(name='blurhash',
9
- version='1.0.0',
+ version='1.0.1',
10
description='Pure-Python implementation of the blurhash algorithm.',
11
packages=['blurhash'],
12
install_requires=[],
@@ -21,7 +21,7 @@
21
'Development Status :: 5 - Production/Stable',
22
'Intended Audience :: Developers',
23
'Topic :: Multimedia :: Graphics',
24
- 'License :: OSI Approved :: MIT License',
+ 'Other/Proprietary License',
25
'Programming Language :: Python :: 2',
26
'Programming Language :: Python :: 3',
27
])
0 commit comments