We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a367c commit cc4afa5Copy full SHA for cc4afa5
settings.ini
@@ -1,7 +1,7 @@
1
[DEFAULT]
2
repo = toolslm
3
lib_name = toolslm
4
-version = 0.3.21
+version = 0.3.22
5
min_python = 3.9
6
license = apache2
7
black_formatting = False
@@ -35,7 +35,7 @@ clean_ids = True
35
clear_all = False
36
conda_user = fastai
37
console_scripts = folder2ctx=toolslm.xml:folder2ctx_cli
38
- repo2ctx=toolslm.xml:repo2ctx_cli
+ repo2ctx=toolslm.xml:repo2ctx_cli
39
cell_number = False
40
skip_procs =
41
update_pyproject = True
toolslm/__init__.py
@@ -1 +1 @@
-__version__ = "0.3.21"
+__version__ = "0.3.22"
0 commit comments