diff --git a/README.md b/README.md index f44df0f..5535f5f 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ Aviation Emissions Inventory Code (AEIC) is used to estimate aviation emissions ## Installation `AEIC` is not currently available on PyPI, but you can install releases from -GitHub. The latest available version is v0.2.0. If you are using `pip`, do +GitHub. The latest available version is v0.3.0. If you are using `pip`, do ```shell -pip install git+https://github.com/MIT-LAE/AEIC.git@v0.2.0 +pip install git+https://github.com/MIT-LAE/AEIC.git@v0.3.0 ``` If you are using `uv`, do ```shell -uv add git+https://github.com/MIT-LAE/AEIC.git@v0.2.0 +uv add git+https://github.com/MIT-LAE/AEIC.git@v0.3.0 ``` ## Local Development diff --git a/docs/main_page.md b/docs/main_page.md index fe753ce..89983cf 100644 --- a/docs/main_page.md +++ b/docs/main_page.md @@ -10,16 +10,16 @@ gridding, and weather. ## Installation `AEIC` is not currently available on PyPI, but you can install releases from -GitHub. The latest available version is v0.2.0. If you are using `pip`, do +GitHub. The latest available version is v0.3.0. If you are using `pip`, do ```shell -pip install git+https://github.com/MIT-LAE/AEIC.git@v0.2.0 +pip install git+https://github.com/MIT-LAE/AEIC.git@v0.3.0 ``` If you are using `uv`, do ```shell -uv add git+https://github.com/MIT-LAE/AEIC.git@v0.2.0 +uv add git+https://github.com/MIT-LAE/AEIC.git@v0.3.0 ``` ## Units diff --git a/pyproject.toml b/pyproject.toml index 201121c..b18094e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "AEIC" -version = "0.2.0" +version = "0.3.0" authors = [ {name = "Wyatt Giroux", email = "girouxw@mit.edu"}, @@ -71,7 +71,7 @@ wheel-exclude = ["airports.csv"] source-exclude = ["airports.csv"] [tool.bumpversion] -current_version = "0.2.0" +current_version = "0.3.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] commit = true diff --git a/scripts/release.sh b/scripts/release.sh index 8724b17..e9d0831 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -33,7 +33,7 @@ EOF BRANCH="release-$VERSION" -git branch -m releast-tmp "$BRANCH" +git branch -m release-tmp "$BRANCH" git push origin "$BRANCH" echo diff --git a/uv.lock b/uv.lock index 9d3d288..799ccee 100644 --- a/uv.lock +++ b/uv.lock @@ -7,7 +7,7 @@ required-markers = [ [[package]] name = "aeic" -version = "0.2.0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "cachetools" },