Skip to content

Commit 76be49c

Browse files
committed
Bump version 0.3.0
1 parent 2ede66c commit 76be49c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "shellsmith"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
authors = [{ name = "Peter Stein", email = "peterstein@dfki.de" }]
99
description = "Python client and CLI for Eclipse BaSyx to manage Asset Administration Shells (AAS)"
1010
license = { file = "LICENSE" }

src/shellsmith/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Module level imports."""
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.3.0"
44

55
from .crud import (
66
delete_shell,

0 commit comments

Comments
 (0)