Skip to content

Commit

Permalink
version: Release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangenau committed Jan 16, 2025
1 parent 7678e58 commit 286c216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Changelog
=========

dev
---
v3.0.2 - Jan 16, 2025
---------------------
- New features
- eminus paper release!
- Add Jax powered FFT operators as an extra (thanks to @artemfilatov1)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ doi: 10.5281/zenodo.5720635
license: Apache-2.0
title: "eminus"
url: "https://wangenau.gitlab.io/eminus"
version: 3.0.1
date-released: "2024-12-18"
version: 3.0.2
date-released: "2025-01-16"
preferred-citation:
type: article
authors:
Expand Down
2 changes: 1 addition & 1 deletion eminus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import platform
import sys

__version__ = "3.0.1"
__version__ = "3.0.2"
#: eminus ASCII logo.
LOGO = (" ___ _____ _ ___ _ _ ___ \n"
"| -_| | | | | |_ -|\n"
Expand Down

0 comments on commit 286c216

Please sign in to comment.