Skip to content

Commit 528d2ea

Browse files
authored
Bump version: 0.4.2 → 0.4.3 (#308)
* Remove all .last_checked files * Shorten nbdev-merge command * Bump version: 0.4.2 → 0.4.3
1 parent 3ab0655 commit 528d2ea

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

.gitconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# Generated by nbdev_install_hooks
2-
#
3-
# If you need to disable this instrumentation do:
4-
# git config --local --unset include.path
5-
#
6-
# To restore:
7-
# git config --local include.path ../.gitconfig
8-
#
91
[merge "nbdev-merge"]
102
name = resolve conflicts with nbdev_fix
113
driver = nbdev_merge %O %A %B %P

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ target/
9898
.mypy_cache/
9999

100100
# Jupyter notebooks
101-
**/.last_checked
101+
.last_checked

diffdrr/__init__.py

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

notebooks/.last_checked

Whitespace-only changes.

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.2
4+
version = 0.4.3
55
min_python = 3.8
66
license = mit
77
black_formatting = True
@@ -36,3 +36,4 @@ allowed_cell_metadata_keys =
3636
jupyter_hooks = True
3737
clean_ids = True
3838
clear_all = False
39+

0 commit comments

Comments
 (0)