Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlottingOnGenome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zimmermann-Kogadeeva Group
PlottingOnGenome
Commits
2810bd71
Commit
2810bd71
authored
3 weeks ago
by
Bartosz Jan Bartmanski
Browse files
Options
Downloads
Patches
Plain Diff
Bump version 0.3.1 -> 0.3.2
parent
8ffbf2a7
No related branches found
Branches containing commit
Tags
0.3.2
Tags containing commit
No related merge requests found
Pipeline
#70872
passed
3 weeks ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
src/plotting_on_genome/__init__.py
+1
-1
1 addition, 1 deletion
src/plotting_on_genome/__init__.py
with
3 additions
and
3 deletions
pyproject.toml
+
2
−
2
View file @
2810bd71
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name
=
"plotting_on_genome"
version
=
"0.3.
1
"
version
=
"0.3.
2
"
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.
1
"
current_version
=
"0.3.
2
"
version_pattern
=
"MAJOR.MINOR.PATCH"
commit_message
=
"Bump version {old_version} -> {new_version}"
commit
=
true
...
...
This diff is collapsed.
Click to expand it.
src/plotting_on_genome/__init__.py
+
1
−
1
View file @
2810bd71
...
...
@@ -2,4 +2,4 @@ from .insert import Insert
from
.inserts_dict
import
InsertsDict
from
.plotting
import
plot_dists
,
plot_histogram
__version__
=
"
0.3.
1
"
__version__
=
"
0.3.
2
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment