Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JPatrickPett committed Mar 6, 2025
1 parent 5e7ecde commit f175815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="snp2cell",
version="0.2.2",
version="0.3.0",
description="A package for finding enriched regulatory networks from GWAS and single cell data",
url="https://github.com/Teichlab/snp2cell",
author="J.P.Pett",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
python_requires=">=3.5, <3.12",
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX :: Linux",
Expand Down
2 changes: 1 addition & 1 deletion snp2cell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from snp2cell import cli
from snp2cell import recipes

__version__ = "0.2.2"
__version__ = "0.3.0"
__author__ = "J.P.Pett"
__credits__ = "Wellcome Sanger Institute"

0 comments on commit f175815

Please sign in to comment.