Skip to content

Commit 3b0de29

Browse files
committed
Publish 0.0.1
SHA256 hashes: jupyter_ai_magic_commands-0.0.1-py3-none-any.whl: 3fc1551667283abca3d6ae5e664f75404df0f838becf7848c9c66bcd59feb359 jupyter_ai_magic_commands-0.0.1.tar.gz: 608f8c1381cc270159a45a363bf7ec30e8e2f1f20c403cd88d9044fd0c8d61c3
1 parent d8ba298 commit 3b0de29

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5-
<!-- <END NEW CHANGELOG ENTRY> -->
5+
## 0.0.1
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/compare/90a17c3ffc387cd18f32988eb248c80c64f249b3...d8ba298e2daec5623811e2b52928c2b481d25524))
8+
9+
### Enhancements made
10+
11+
- Prepare repo for PyPI release via Jupyter Releaser [#2](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/pull/2) ([@dlqqq](https://github.com/dlqqq))
12+
- Initialization of the repository for Jupyter AI magic commands [#1](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/pull/1) ([@srdas](https://github.com/srdas))
613

14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-magic-commands/graphs/contributors?from=2025-10-23&to=2025-10-30&type=c))
17+
18+
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-magic-commands+involves%3Adlqqq+updated%3A2025-10-23..2025-10-30&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-magic-commands+involves%3Asrdas+updated%3A2025-10-23..2025-10-30&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->

jupyter_ai_magic_commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from IPython.core.interactiveshell import InteractiveShell
77

88

9-
__version__ = '0.0.0'
9+
__version__ = '0.0.1'
1010

1111
def load_ipython_extension(ipython: InteractiveShell):
1212
from .exception import store_exception

0 commit comments

Comments
 (0)