File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 44https://packaging.python.org/en/latest/distributing.html
55https://github.com/pypa/sampleproject
66"""
7+
78import os
89import sys
910
1920setup (
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" ,
You can’t perform that action at this time.
0 commit comments