From 9fc6fa62bd09f8cc24c175202f2114c935f400a6 Mon Sep 17 00:00:00 2001 From: monty Date: Sun, 30 Jun 2024 12:53:37 +0100 Subject: [PATCH] update version and readme --- README.md | 2 +- src/monstr/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1682706..48d0ec0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/monstr/__about__.py b/src/monstr/__about__.py index 92e0ab5..633822d 100644 --- a/src/monstr/__about__.py +++ b/src/monstr/__about__.py @@ -1 +1 @@ -__version__='0.1.8' \ No newline at end of file +__version__='0.1.9' \ No newline at end of file