Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 780700c

Browse files
committed
version 0.2.0
1 parent f7c2a89 commit 780700c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nbcat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Display jupyter notebooks in the terminal with syntax highlighting."""
22

3-
__version__ = "0.1.2+dev"
3+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nbcat"
3-
version = "0.1.2+dev"
3+
version = "0.2.0"
44
description = "display jupyter notebooks in the terminal"
55
authors = [{name="Tsvika S", email= "[email protected]"}]
66
license.text = "AGPL-3.0-or-later"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)