From 0136f3d2aee308b238c5d472c2057ff27f34f2a6 Mon Sep 17 00:00:00 2001 From: Ian Ross Date: Fri, 13 Feb 2026 22:16:56 +0100 Subject: [PATCH 1/2] Typo --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2a8fec7246fc729e2f728783bcce66bc7b03782e Mon Sep 17 00:00:00 2001 From: Ian Ross Date: Fri, 13 Feb 2026 22:17:11 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- docs/main_page.md | 6 +++--- pyproject.toml | 4 ++-- uv.lock | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) 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/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" },