Skip to content

Commit

Permalink
Merge pull request #31 from VasudhaJha/feature/export-all-files
Browse files Browse the repository at this point in the history
Feature/export all files
  • Loading branch information
VasudhaJha authored Jul 17, 2023
2 parents b2aa869 + f2138c0 commit f4f6ff0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor # can be either "major", "minor", "patch" or "norelease"
bump_version_scheme: patch # can be either "major", "minor", "patch" or "norelease"
tag_prefix: v
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ anndata
bbknn
igraph
keras
lap
lime
louvain
numpy
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="genomap",
version="1.2.0",
version="1.2.1",
author="Md Tauhidul Islam",
author_email="[email protected]",
description="Genomap converts tabular gene expression data into spatially meaningful images.",
Expand Down

0 comments on commit f4f6ff0

Please sign in to comment.