We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839643f commit b9c54cdCopy full SHA for b9c54cd
rendseq/__init__.py
@@ -3,4 +3,4 @@
3
"""rendseq, to analyze end-enriched RNA sequencing data."""
4
5
# version of the rendseq package:
6
-__version__ = "0.1.7"
+__version__ = "0.1.8"
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="rendseq",
10
- version="0.1.7",
+ version="0.1.8",
11
description="Package for RendSeq Data Analysis",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments