Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.4.3 (#307)
Browse files Browse the repository at this point in the history
* Bump version: 0.4.2 → 0.4.3

* Remove all .last_checked files

* Shorten nbdev-merge command
  • Loading branch information
eigenvivek authored Jul 15, 2024
1 parent 07ed180 commit f773567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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"
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 f773567

Please sign in to comment.