Skip to content

Commit

Permalink
pyproject: increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnoep committed Nov 19, 2024
1 parent fea977c commit 9183cb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ python -m megpy -h
```
Or use the Python API, of which some examples can be found in /examples/.

Join the repository to contribute or raise issues!
To contribute, open a pull request or raise an issue!

# Supported equilibrium formats
- EQDSK [(g-file)](https://w3.pppl.gov/ntcc/TORAY/G_EQDSK.pdf) from EFIT, ESCO, CHEASE or LIUQE
Expand All @@ -43,11 +43,11 @@ If you use MEGPy in your research, please cite [(bibtex)](https://github.com/gsn

.#&%%%-.
<===#%%%%%%%%%%.
?==%%( )%%%%%
)%%%%%%%%%%%%\
)%%%%%%%%%%%..%%%
)%%%%%%%%&.. .\%.
%%%%%%%% &\,. ..\%.
?==%%( )%%%%%%
)%%%%%%%%%%%%%\
(%%%%%%%%%%%..%%%
(%%%%%%%%&.. .\%.
%%%%%%%% &\,. ..\%%%.
M%%%%%%%...&&%\%%%%%%%%%-
%%%%%. .\%%%%%%%%%%.
%%%.. .\%%%%%%%.
Expand All @@ -58,4 +58,4 @@ If you use MEGPy in your research, please cite [(bibtex)](https://github.com/gsn
)%% %% \%%%%%%%&.
.&& .% \&\\%%%%\\&..
.%< (\ % \
.::-P-..-& &&-Y&--.
.::-P-..-& &&-Y&--.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "megpy"
version = "1.2.0"
version = "1.3.0"
description = "MEGPy"
readme = "README.md"
requires-python = ">=3"
Expand Down

0 comments on commit 9183cb3

Please sign in to comment.