Skip to content

Commit

Permalink
correct version, update hero
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerjoe440 committed Dec 17, 2023
1 parent 47efbfd commit 453133d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docsource/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
:hero: <b><i>Python Bindings for the SEL Protocol Suite</i></b>
---

# SELPROTOPY: Python Bindings for the SEL Protocol Suite

Expand Down
2 changes: 1 addition & 1 deletion selprotopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from selprotopy.support import telnet

# Describe Package for External Interpretation
__version__ = "0.0.2"
__version__ = "0.1.0"

# `telnetlib` Discards Null Characters, but SEL Protocol Requires them
telnetlib.Telnet.process_rawq = telnet.process_rawq

0 comments on commit 453133d

Please sign in to comment.