Skip to content
Snippets Groups Projects
Commit 532ddf9b authored by Bartosz Jan Bartmanski's avatar Bartosz Jan Bartmanski
Browse files

Bump version 0.2.7 -> 0.2.8

parent 38be9f6c
No related branches found
No related tags found
No related merge requests found
Pipeline #70388 failed
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "plotting_on_genome"
version = "0.2.7"
version = "0.2.8"
requires-python = ">=3.6"
description = "Package for making genome related plots"
readme = "README.md"
......@@ -38,7 +38,7 @@ profile = "black"
src_paths = ["src", "tests"]
[tool.bumpver]
current_version = "0.2.7"
current_version = "0.2.8"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
......
from .main import Insert, Pipeline
from .plotting import plot_dists, plot_genome, plot_histogram, plot_insert
__version__ = "0.2.7"
__version__ = "0.2.8"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment