Skip to content

Commit

Permalink
Start 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samirelanduk committed Nov 14, 2023
1 parent fdc9801 commit 23703d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Sam Ireland"

# The full version, including alpha/beta/rc tags
release = "0.8.0"
release = "0.8.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion nextflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .command import run, run_and_poll

__author__ = "Sam Ireland"
__version__ = "0.8.0"
__version__ = "0.8.1"

if not which("nextflow"):
raise NextflowNotInstalledError(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="nextflowpy",
version="0.8.0",
version="0.8.1",
description="A Python wrapper around Nextflow.",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 23703d2

Please sign in to comment.