Skip to content

Commit

Permalink
Fixes version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiadavidson committed Sep 19, 2023
1 parent a67fe8c commit 90447db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified bin/flexiplex-mac
Binary file not shown.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.97" %}
{% set version = "0.97.1" %}

package:
name: flexiplex
Expand Down
2 changes: 1 addition & 1 deletion scripts/flexiplex_filter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def cli():
level=log.DEBUG if args.verbose else log.INFO,
)

log.info("FLEXIPLEX-FILTER 0.97")
log.info("FLEXIPLEX-FILTER 0.97.1")
if args.filename == sys.stdin:
log.info("No filename given... getting reads from stdin...")

Expand Down
2 changes: 1 addition & 1 deletion scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "flexiplex-filter"
version = "0.97"
version = "0.97.1"
authors = [{name="Davidson Group", email="olliecheng@outlook.com" }]
description = "Filter barcodes from flexiplex by whitelist and inflection point"
readme = "USAGE.md"
Expand Down

0 comments on commit 90447db

Please sign in to comment.