From 14653e8c20d306839078c419b0f4386134e41bab Mon Sep 17 00:00:00 2001 From: Caleb Smith Date: Sat, 25 Jun 2022 16:29:07 -0500 Subject: [PATCH] Version bump --- Cargo.toml | 4 ++-- bcml/__version__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f46b497..066b74c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bcml" authors = ["Caleb Smith"] -version = "3.9.10" +version = "3.9.11" edition = "2021" readme = "docs/README.md" @@ -31,4 +31,4 @@ thiserror = "1.0.30" [target.'cfg(windows)'.dependencies] junction = { git = "https://github.com/NiceneNerd/junction", rev = "84e0dbd793645acf2702de283f78e8f6e0043ea5" } -mslnk = "0.1.8" +mslnk = "0.1.8" \ No newline at end of file diff --git a/bcml/__version__.py b/bcml/__version__.py index 615c7ce0..46b74086 100644 --- a/bcml/__version__.py +++ b/bcml/__version__.py @@ -1,6 +1,6 @@ _MAJOR=3 _MINOR=9 -_PATCH="10" +_PATCH="11" VERSION = f"{_MAJOR}.{_MINOR}.{_PATCH}" USER_VERSION = f"""{_MAJOR}.{_MINOR}.{_PATCH[0:1]} { diff --git a/pyproject.toml b/pyproject.toml index 8c1f28eb..8cc36311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "bcml" -version = "3.9.10" +version = "3.9.11" description = "A mod manager for The Legend of Zelda: Breath of the Wild" author = "NiceneNerd" author_email = "macadamiadaze@gmail.com" diff --git a/setup.py b/setup.py index 276dfda2..fe7dcaf0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="bcml", - version="3.9.10", + version="3.9.11", author="NiceneNerd", author_email="macadamiadaze@gmail.com", description="A mod manager for The Legend of Zelda: Breath of the Wild",