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

Bump version 0.3.3 -> 0.3.4

parent 53c9f6ff
No related branches found
Tags 0.3.4
No related merge requests found
Pipeline #71151 passed
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "plotting_on_genome"
version = "0.3.3"
version = "0.3.4"
requires-python = ">=3.6"
description = "Package for making genome related plots"
readme = "README.md"
......@@ -36,7 +36,7 @@ profile = "black"
src_paths = ["src", "tests"]
[tool.bumpver]
current_version = "0.3.3"
current_version = "0.3.4"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
......
......@@ -2,4 +2,4 @@ from .insert import Insert
from .inserts_dict import InsertsDict
from .plotting import plot_dists, plot_histogram
__version__ = "0.3.3"
__version__ = "0.3.4"
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