Skip to content

Commit a59dfdc

Browse files
committed
major bump
1 parent 5be9423 commit a59dfdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

settings.ini

Lines changed: 2 additions & 2 deletions
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.2
4+
version = 1.0.0
55
min_python = 3.10
66
license = apache2
77
black_formatting = False
@@ -28,7 +28,7 @@ status = 3
2828
user = AnswerDotAI
2929
requirements = fastcore>=1.7.29 fastlite lisette>=0.0.6 msglm pyperclip rich
3030
console_scripts = ssage=shell_sage.core:main
31-
ssage_extract=shell_sage.core:extract
31+
ssage_extract=shell_sage.core:extract
3232
readme_nb = index.ipynb
3333
allowed_metadata_keys =
3434
allowed_cell_metadata_keys =

shell_sage/__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__ = "1.0.0"

0 commit comments

Comments
 (0)