Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Oct 1, 2024
1 parent fe7b79e commit d171444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion claudette/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.10"
__version__ = "0.0.11"
from .core import *
from .toolloop import *
from .asink import *
Expand Down
3 changes: 2 additions & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = claudette
lib_name = claudette
version = 0.0.10
version = 0.0.11
min_python = 3.8
license = apache2
black_formatting = False
Expand Down Expand Up @@ -35,4 +35,5 @@ jupyter_hooks = True
clean_ids = True
clear_all = False
cell_number = False
skip_procs =

0 comments on commit d171444

Please sign in to comment.