Skip to content

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
monty committed Jun 30, 2024
1 parent 4c28c09 commit 9fc6fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Monstr: Python Nostr module. Python code for working with nostr.
* A basic relay implementation that can be used for testing, and can be easily extended.
* Client and ClientPool classes to manage access to one or multiple relays
* Keys for working with and converting between hex/npub/nsec
* KeyStore to hold keys encrypted and load via user defined aliases
* KeyStore for keys load, access by alias store encrypted using NIP49, NIP44 or custom
* Signer classes for abstacting use of keys so for example signing could be done via hardware
* NIP46 NIP46ServerConnection to sign for remote client and NIP46Signer to use a remote signer
* Entities for encoding and decoding NIP19 nostr entities
Expand Down
2 changes: 1 addition & 1 deletion src/monstr/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.1.8'
__version__='0.1.9'

0 comments on commit 9fc6fa6

Please sign in to comment.