Skip to content

Commit 26cd837

Browse files
authored
Merge pull request #17 from cindytsai/dev
Bump Version
2 parents b2ce3f3 + 0ea8ff0 commit 26cd837

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ rm -rf $<python-prefix>/share/jupyter/kernels/libyt_kernel
3636

3737
### Change Log
3838

39+
#### 0.3.0
40+
41+
- Nothing changed, version bumped to match `libyt`/`yt_libyt`.
42+
3943
#### 0.2.0
4044

4145
- Drop support for Python 3.7.

jupyter_libyt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = "0.2.0"
4+
__version__ = VERSION = "0.3.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yt-project/jupyter-libyt",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A JupyterLab extension for libyt.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)