Skip to content

Commit 775d47f

Browse files
committed
Increased sem. ver. to 1.0.0 for initial public release
1 parent 86b9ef3 commit 775d47f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bloomy Fault Insertion Unit Python Driver v0.2.3
1+
# Bloomy Fault Insertion Unit Python Driver v1.0.0
22
This package enables RS485 communication to the Bloomy Fault Insertion Unit through a PC's serial ports.
33

44
The Fault Insertion Unit (FIU) is designed to be used in conjunction with the BS1200 to generate open faults and short to ground faults. It also has switching that allows precisions current and voltage measurements to be taken using an external DMM.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bloomy_fiu_driver"
3-
version = "0.2.3"
3+
version = "1.0.0"
44
authors = [{ name = "Mikhail Kharitonov", email = "[email protected]"}]
55
description= "Python driver package to communicate with the Bloomy Fault Insertion Unit over RS-485 Protocol"
66
readme = "README.md"

0 commit comments

Comments
 (0)