Skip to content

Commit 59a4787

Browse files
committed
Bump version
1 parent d85db61 commit 59a4787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="tango",
8-
version="0.5.4",
8+
version="0.5.5",
99
author="John Sundh",
1010
author_email="[email protected]",
1111
description="A package to assign taxonomy to metagenomic contigs",
@@ -16,7 +16,7 @@
1616
entry_points={'console_scripts': ['tango = tango.__main__:main']},
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
19-
"License :: OSI Approved :: GNU GENERAL PUBLIC LICENSE",
19+
"License :: OSI Approved :: MIT License",
2020
"Operating System :: OS Independent",
2121
],
2222
)

0 commit comments

Comments
 (0)