Skip to content
Snippets Groups Projects
Commit b8846abb authored by Blaise Li's avatar Blaise Li
Browse files

Version number should be string.

parent 21f095c3
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ from setuptools import setup, find_packages ...@@ -16,7 +16,7 @@ from setuptools import setup, find_packages
setup( setup(
name="snakemake_wrappers", name="snakemake_wrappers",
version=0.4.1, version="0.4.1",
description="Snakemake wrappers and rules that can be included in snakemake workflows.", description="Snakemake wrappers and rules that can be included in snakemake workflows.",
author="Blaise Li", author="Blaise Li",
author_email="blaise.li@normalesup.org", author_email="blaise.li@normalesup.org",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment