diff --git a/Makefile b/Makefile index 00af1f8e..0b9b7981 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,5 @@ pypi_build/bin/activate: ${IN_BUILD} && pip install --upgrade pip setuptools twine wheel readme_renderer[md] .PHONY: sdist -sdist: pypi_build/bin/activate scripts/mini_align submodules/samtools-$(SAMVER)/Makefile +sdist: pypi_build/bin/activate ${IN_BUILD} && python setup.py sdist \ No newline at end of file diff --git a/pepper/version.py b/pepper/version.py index 00ec2dcd..3dc1f76b 100644 --- a/pepper/version.py +++ b/pepper/version.py @@ -1 +1 @@ -__version__ = "0.0.9" +__version__ = "0.1.0"