Skip to content

Commit

Permalink
Merge pull request #40 from VasudhaJha/feature/export-all-files
Browse files Browse the repository at this point in the history
add extra requirements + bump patch version
VasudhaJha authored Jul 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7ee63fe + 8c23a31 commit f7a44de
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
@@ -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: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ anndata
bbknn
igraph
keras
leidenalg
lime
louvain
numpy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

setup(
name="genomap",
version="1.3.0",
version="1.3.1",
author="Md Tauhidul Islam",
author_email="[email protected]",
description="Genomap converts tabular gene expression data into spatially meaningful images.",

0 comments on commit f7a44de

Please sign in to comment.