diff options
| author | Stephanos Ioannidis <root@stephanos.io> | 2024-10-04 12:32:44 +0900 |
|---|---|---|
| committer | Stephanos Ioannidis <root@stephanos.io> | 2024-10-04 17:35:32 +0900 |
| commit | e8e83f0203b823a6275ff6366f441543b0f07fb7 (patch) | |
| tree | ffd866d0c47d6c665b6714a5b0d40213ca1e0e49 | |
| parent | 83c9aeb6ffa498681b9c71c7186bd8956acc38bf (diff) | |
Bump to v1.14.1a4v14.1.1a4
This commit bumps the package versin to v1.14.1a4.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="14.1.0", + version="14.1.1a4", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use |
