From 0047505a7be2ac062e8cb75b119813e0fe209681 Mon Sep 17 00:00:00 2001 From: ankraft Date: Mon, 13 May 2024 12:35:57 +0200 Subject: [PATCH] Updated release to .01 --- README.md | 2 +- acme/etc/Constants.py | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 902c0e33..339d73f7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # ACME oneM2M CSE An open source CSE Middleware for Education. -Version 2024.05 +Version 2024.05.01 [![oneM2M](https://img.shields.io/badge/oneM2M-f00)](https://www.onem2m.org) [![Python](https://img.shields.io/badge/Python-3.10-blue)](https://www.python.org) [![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg)](https://github.com/ankraft/ACME-oneM2M-CSE/graphs/commit-activity) [![License](https://img.shields.io/badge/License-BSD%203--Clause-green)](LICENSE) [![MyPy](https://img.shields.io/badge/MyPy-covered-green)](LICENSE) [![Mastodon](https://img.shields.io/badge/-@acmeCSE@mstdn.social-FFF?label=mastodon&logo=mastodon&style=social)](https://mstdn.social/@acmeCSE) diff --git a/acme/etc/Constants.py b/acme/etc/Constants.py index 5529c5dd..5109600b 100644 --- a/acme/etc/Constants.py +++ b/acme/etc/Constants.py @@ -11,7 +11,7 @@ class Constants(object): """ Various CSE and oneM2M constants """ - version = '2024.05' + version = '2024.05.01' """ ACME's release version """ logoColor = '#b42025' diff --git a/setup.py b/setup.py index 4390fea9..33f5a3ba 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,8 @@ print(directories) setup( - name='acmecse-test', - version='2024.05', + name='acmecse', + version='2024.05.01', author='Andreas Kraft',