Skip to content

Commit 23546d8

Browse files
committed
bump
1 parent 850ef17 commit 23546d8

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 = shell_sage
33
lib_name = shell-sage
4-
version = 0.1.1
4+
version = 0.1.2
55
min_python = 3.10
66
license = apache2
77
black_formatting = False
@@ -36,4 +36,5 @@ clean_ids = True
3636
clear_all = False
3737
cell_number = True
3838
skip_procs =
39+
update_pyproject = True
3940

shell_sage/__init__.py

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

0 commit comments

Comments
 (0)