Skip to content

Commit

Permalink
Fix clasifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Mar 21, 2024
1 parent f01c4c6 commit 48c8b56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

All notable changes to this project will be documented in this file.
## [v2404.0.0]
## [v2404.0.1]
### Added
- Initial release of the project.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ of DKRZ.

## Installation
```python
python3 -m pip install git+https://gitlab.dkrz.de/k204230/install-kernelspec.git
python3 -m pip install kernel-install
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/kernel_install/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@

from .install import bash, python, r

__version__ = "2404.0.0"
__version__ = "2404.0.1"
__all__ = ["bash", "r", "python"]

0 comments on commit 48c8b56

Please sign in to comment.