From 8405d3c901e042639653918aec732467eb4fd0ec Mon Sep 17 00:00:00 2001 From: emunozdc Date: Wed, 26 Jun 2024 00:45:35 +0200 Subject: [PATCH] Prepare release. --- .github/workflows/continuous_integration.yml | 2 +- README.md | 1 - docs/requirements.txt | 2 +- setup.cfg | 7 ++++--- setup.py | 2 +- src/pyranges_plot/_version.py | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 23db1a1..ab564f0 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | # I am using the pip installed by conda, bad practice but OK in C/I I think - pip install pyranges-plot[all]==0.0.25 + pip install pyranges-plot[all]==0.0.27 pip install ruff pytest - name: Check formatting with ruff run: | diff --git a/README.md b/README.md index 7448d61..2aa46d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # pyranges_plot Gene visualization package for dataframe objects generated with [PyRanges](https://pyranges1.readthedocs.io/). -Pyranges is scbfjgnk... PyRanges Plot significantly facilitates genomic data interpretation by providing powerful, customizable, and user-friendly visualizations. It effectively covers the gap between data manipulation and visualization, thereby accelerating diff --git a/docs/requirements.txt b/docs/requirements.txt index 215c252..888dfa1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -pyranges_plot==0.0.25 +pyranges_plot==0.0.27 Sphinx==7.3.7 sphinx-rtd-theme==2.0.0 sphinx-autoapi==3.0.0 diff --git a/setup.cfg b/setup.cfg index 6bd1e69..5cae44b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,10 +6,11 @@ author_email = ester.munoz01@estudiant.upf.edu, marco.mariotti@ub.edu description = 'Genomic intervals data visualization package for dataframe objects generated with PyRanges.' long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/emunozdc/pyranges_plot.git +url = https://github.com/pyranges/pyranges_plot project_urls = -https://github.com/emunozdc/pyranges_plot - Github Website=https://github.com/emunozdc/pyranges_plot +https://github.com/pyranges/pyranges_plot + Documentation=https://pyranges1.readthedocs.io/ + Github Website=https://github.com/pyranges/pyranges_plot classifiers = Programming Language :: Python :: 3 diff --git a/setup.py b/setup.py index 9e3775f..6a33470 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="pyranges_plot", - version="0.0.25", + version="0.0.27", packages=find_packages(where="src"), package_dir={"": "src"}, ) diff --git a/src/pyranges_plot/_version.py b/src/pyranges_plot/_version.py index 5a6b518..573b11c 100644 --- a/src/pyranges_plot/_version.py +++ b/src/pyranges_plot/_version.py @@ -1 +1 @@ -__version__ = "0.0.25" +__version__ = "0.0.27"