Skip to content

Commit 6988bfd

Browse files
authored
Bump version: 0.4.4 → 0.4.5 (#355)
1 parent 30bf773 commit 6988bfd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

diffdrr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.5"

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = DiffDRR
33
lib_name = diffdrr
4-
version = 0.4.4
4+
version = 0.4.5
55
min_python = 3.8
66
license = mit
77
black_formatting = True
@@ -37,4 +37,5 @@ jupyter_hooks = True
3737
clean_ids = True
3838
clear_all = False
3939
cell_number = True
40+
skip_procs =
4041

0 commit comments

Comments
 (0)