Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.4.3 (#308)
Browse files Browse the repository at this point in the history
* Remove all .last_checked files

* Shorten nbdev-merge command

* Bump version: 0.4.2 → 0.4.3
  • Loading branch information
eigenvivek authored Jul 15, 2024
1 parent 3ab0655 commit 528d2ea
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Generated by nbdev_install_hooks
#
# If you need to disable this instrumentation do:
# git config --local --unset include.path
#
# To restore:
# git config --local include.path ../.gitconfig
#
[merge "nbdev-merge"]
name = resolve conflicts with nbdev_fix
driver = nbdev_merge %O %A %B %P
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ target/
.mypy_cache/

# Jupyter notebooks
**/.last_checked
.last_checked
2 changes: 1 addition & 1 deletion diffdrr/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.2"
__version__ = "0.4.3"
Empty file removed notebooks/.last_checked
Empty file.
3 changes: 2 additions & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = DiffDRR
lib_name = diffdrr
version = 0.4.2
version = 0.4.3
min_python = 3.8
license = mit
black_formatting = True
Expand Down Expand Up @@ -36,3 +36,4 @@ allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False

0 comments on commit 528d2ea

Please sign in to comment.