Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
emunozdc authored and emunozdc committed Jun 25, 2024
1 parent f4a7846 commit 8405d3c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ author_email = [email protected], [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pyranges_plot",
version="0.0.25",
version="0.0.27",
packages=find_packages(where="src"),
package_dir={"": "src"},
)
2 changes: 1 addition & 1 deletion src/pyranges_plot/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.25"
__version__ = "0.0.27"

0 comments on commit 8405d3c

Please sign in to comment.