From 85f03fe8cfabf58712c8f2bd7504d92cd3d13023 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 18 Oct 2024 15:28:00 -0500 Subject: [PATCH] readme --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7527800..90d2c63 100644 --- a/README.md +++ b/README.md @@ -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( diff --git a/pyproject.toml b/pyproject.toml index 02a396e..0e51708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"