Skip to content

Commit

Permalink
v0.1 ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
kishwarshafin committed Oct 9, 2020
1 parent 687f565 commit 23fa28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pepper/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.9"
__version__ = "0.1.0"

0 comments on commit 23fa28d

Please sign in to comment.