Skip to content

Commit b93380d

Browse files
committed
bump
1 parent 80099fe commit b93380d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = toolslm
33
lib_name = toolslm
4-
version = 0.1.2
4+
version = 0.1.3
55
min_python = 3.9
66
license = apache2
77
black_formatting = False
@@ -37,4 +37,5 @@ conda_user = fastai
3737
console_scripts = folder2ctx=toolslm.xml:folder2ctx_cli
3838
cell_number = True
3939
skip_procs =
40+
update_pyproject = True
4041

toolslm/__init__.py

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

0 commit comments

Comments
 (0)