Skip to content

Commit

Permalink
release of v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDoll committed Nov 11, 2022
1 parent 0109c79 commit d17ec74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion settings.ini
Expand Up @@ -8,7 +8,7 @@ author = Dennis Segebarth
author_email = segebarth_d@ukw.de
copyright = University Hospital Wuerzburg
branch = master
version = 0.4.1
version = 0.5.0
min_python = 3.9
audience = Developers
language = English
Expand All @@ -25,4 +25,13 @@ git_url = https://github.com/Defense-Circuits-Lab/stats_n_plots/tree/master/
lib_path = stats_n_plots
title = stats_n_plots
jekyll_styles = note,warning,tip,important
tst_flags = notest
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
put_version_in_init = True

2 changes: 1 addition & 1 deletion stats_n_plots/__init__.py
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.5.0"

0 comments on commit d17ec74

Please sign in to comment.