Skip to content

Commit 76fead5

Browse files
authored
Update setup.py
1 parent 3003f8f commit 76fead5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
setup(name='blurhash',
9-
version='1.0.0',
9+
version='1.0.1',
1010
description='Pure-Python implementation of the blurhash algorithm.',
1111
packages=['blurhash'],
1212
install_requires=[],
@@ -21,7 +21,7 @@
2121
'Development Status :: 5 - Production/Stable',
2222
'Intended Audience :: Developers',
2323
'Topic :: Multimedia :: Graphics',
24-
'License :: OSI Approved :: MIT License',
24+
'Other/Proprietary License',
2525
'Programming Language :: Python :: 2',
2626
'Programming Language :: Python :: 3',
2727
])

0 commit comments

Comments
 (0)