Skip to content

Commit

Permalink
Merge pull request #28 from VasudhaJha/feature/export-all-files
Browse files Browse the repository at this point in the history
add igraph as dependency + change minor version
  • Loading branch information
VasudhaJha committed Jul 15, 2023
2 parents d564612 + d537c12 commit 0da42d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: patch # can be either "major", "minor", "patch" or "norelease"
bump_version_scheme: minor # can be either "major", "minor", "patch" or "norelease"
tag_prefix: v
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
anndata
bbknn
igraph
numpy
phate
pot
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.0.9",
version="1.1.0",
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 0da42d6

Please sign in to comment.