Skip to content

Commit

Permalink
Updated release to .01
Browse files Browse the repository at this point in the history
  • Loading branch information
ankraft committed May 13, 2024
1 parent 1a996e6 commit 0047505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/-@[email protected]?label=mastodon&logo=mastodon&style=social)](https://mstdn.social/@acmeCSE)
Expand Down
2 changes: 1 addition & 1 deletion acme/etc/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
print(directories)

setup(
name='acmecse-test',
version='2024.05',
name='acmecse',
version='2024.05.01',


author='Andreas Kraft',
Expand Down

0 comments on commit 0047505

Please sign in to comment.