We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850ef17 commit 23546d8Copy full SHA for 23546d8
settings.ini
@@ -1,7 +1,7 @@
1
[DEFAULT]
2
repo = shell_sage
3
lib_name = shell-sage
4
-version = 0.1.1
+version = 0.1.2
5
min_python = 3.10
6
license = apache2
7
black_formatting = False
@@ -36,4 +36,5 @@ clean_ids = True
36
clear_all = False
37
cell_number = True
38
skip_procs =
39
+update_pyproject = True
40
shell_sage/__init__.py
@@ -1 +1 @@
-__version__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments