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 5be9423 commit a59dfdcCopy full SHA for a59dfdc
settings.ini
@@ -1,7 +1,7 @@
1
[DEFAULT]
2
repo = shell_sage
3
lib_name = shell-sage
4
-version = 0.1.2
+version = 1.0.0
5
min_python = 3.10
6
license = apache2
7
black_formatting = False
@@ -28,7 +28,7 @@ status = 3
28
user = AnswerDotAI
29
requirements = fastcore>=1.7.29 fastlite lisette>=0.0.6 msglm pyperclip rich
30
console_scripts = ssage=shell_sage.core:main
31
- ssage_extract=shell_sage.core:extract
+ ssage_extract=shell_sage.core:extract
32
readme_nb = index.ipynb
33
allowed_metadata_keys =
34
allowed_cell_metadata_keys =
shell_sage/__init__.py
@@ -1 +1 @@
-__version__ = "0.1.2"
+__version__ = "1.0.0"
0 commit comments