Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haruiz committed Oct 18, 2024
1 parent a1b36dc commit 85f03fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ mkdocs serve -a localhost:8000
## Usage

```Python
from pathlib import Path
from src.gprmaxui import *
from gprmaxui.commands import *
from gprmaxui import GprMaxModel

# Create a GPRMax model
model = GprMaxModel(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gprmaxui"
version = "0.1.1"
version = "0.1.3"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
Expand Down

0 comments on commit 85f03fe

Please sign in to comment.