Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 21c7ba7

Browse files
committed
Bumping version number.
1 parent 77eea6a commit 21c7ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uoshardware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = "Steve Richardson (Creating Null)"
66
__copyright__ = f"2023, {__author__}"
77
# Semantic Versioning, MAJOR.MINOR.PATCH[-'pre-release-type'.'num']
8-
__version__ = "0.5.0"
8+
__version__ = "0.6.0"
99
# Dead code false positive as this constant is for use outside primary project.
1010
PROJECT = "UOS Hardware" # dead: disable
1111

0 commit comments

Comments
 (0)