M README.md => README.md +2 -2
@@ 56,9 56,9 @@ With the executable, it'll either be distributed as a tarball (`.tar.xz`) or a
### Windows
The archive can be found [on the release
-page](https://git.sr.ht/~savoy/ade/refs/download/0.10.2/ade-0.10.2.7z) for the
+page](https://git.sr.ht/~savoy/ade/refs/download/0.10.3/ade-0.10.3.7z) for the
newest version, the file named `ade-<version>.7z` with the `<version>`
-substituted with the version number of the software (e.g. `ade-0.10.2.7z`). Right
+substituted with the version number of the software (e.g. `ade-0.10.3.7z`). Right
click the file and navigate to the `7-Zip` option in the context menu, followed
by `Extract to "ade-<version>\"`. This will extract for you the software
directory in your current folder. Enter into the newly-extracted `ade-<version>`
M ade/lib/arguments.py => ade/lib/arguments.py +1 -1
@@ 29,7 29,7 @@ from pathlib import Path
from lib import admin, reports as rp
-VERSION = "0.10.2"
+VERSION = "0.10.3"
@dataclass
M docs/source/conf.py => docs/source/conf.py +1 -1
@@ 23,7 23,7 @@ copyright = "2018-2022, savoy"
author = "savoy"
# The full version, including alpha/beta/rc tags
-release = "0.10.2"
+release = "0.10.3"
# -- General configuration ---------------------------------------------------
M pyproject.toml => pyproject.toml +1 -1
@@ 1,6 1,6 @@
[tool.poetry]
name = "ade"
-version = "0.10.2"
+version = "0.10.3"
description = "Automated Data Environment"
authors = ["savoy"]
license = "GPL-3.0-or-later"