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