Skip to content

Commit cc4afa5

Browse files
committed
bump
1 parent b8a367c commit cc4afa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

settings.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = toolslm
33
lib_name = toolslm
4-
version = 0.3.21
4+
version = 0.3.22
55
min_python = 3.9
66
license = apache2
77
black_formatting = False
@@ -35,7 +35,7 @@ clean_ids = True
3535
clear_all = False
3636
conda_user = fastai
3737
console_scripts = folder2ctx=toolslm.xml:folder2ctx_cli
38-
repo2ctx=toolslm.xml:repo2ctx_cli
38+
repo2ctx=toolslm.xml:repo2ctx_cli
3939
cell_number = False
4040
skip_procs =
4141
update_pyproject = True

toolslm/__init__.py

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

0 commit comments

Comments
 (0)