Skip to content

Commit

Permalink
version edit
Browse files Browse the repository at this point in the history
  • Loading branch information
lfpaulin committed Apr 10, 2024
1 parent 2cdffd4 commit 13721cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
publish-to-pypi:
name: >-
Publish Python distribution to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
#if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sniffles
version = 2.3
version = 2.3.1
author = Moritz Smolka, Hermann Romanek
author_email = moritz.g.smolka@gmail.com, sniffles@romanek.at
description = A fast structural variation caller for long-read sequencing data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sniffles',
version='2.3',
version='2.3.1',
packages=find_packages(),
url='https://github.com/fritzsedlazeck/Sniffles',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion src/sniffles/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from sniffles import util

VERSION = "Sniffles2"
BUILD = "2.3.0"
BUILD = "2.3.1"
SNF_VERSION = "S2_rc4"


Expand Down

0 comments on commit 13721cc

Please sign in to comment.