Skip to content

Commit cd92f9b

Browse files
committed
Patch to aas-core3.0-python 1.1.4
We propagate the changes and fixes; please refer to: * aas-core-works/aas-core-meta#382 * aas-core-works/aas-core-meta#385 * aas-core-works/aas-core-meta#388
1 parent 0196666 commit cd92f9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

aas_core3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Manipulate and de/serialize Asset Administration Shells in Micropython."""
22

33
# Synchronize with __init__.py and changelog.rst!
4-
__version__ = "1.0.5"
4+
__version__ = "1.1.4"
55
__author__ = "Marko Ristin"
66
__copyright__ = "2024 Contributors to aas-core3.0-python"
77
__license__ = "License :: OSI Approved :: MIT License"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
https://packaging.python.org/en/latest/distributing.html
55
https://github.com/pypa/sampleproject
66
"""
7+
78
import os
89
import sys
910

@@ -19,7 +20,7 @@
1920
setup(
2021
name='aas-core3.0-micropython',
2122
# Synchronize with __init__.py and changelog.rst!
22-
version="1.0.5",
23+
version="1.1.4",
2324
description="Manipulate and de/serialize Asset Administration Shells in Micropython.",
2425
long_description=long_description,
2526
url="https://github.com/aas-core-works/aas-core3.0-micropython",

0 commit comments

Comments
 (0)