Browse Source

Update version

master
Kristaps Kaupe 2 years ago
parent
commit
b93b6be641
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      pyproject.toml
  2. 2
      src/jmbase/support.py

2
pyproject.toml

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "joinmarket"
version = "0.9.11"
version = "0.9.12dev"
description = "Joinmarket client library for Bitcoin coinjoins"
readme = "README.md"
requires-python = ">=3.8,<3.12"

2
src/jmbase/support.py

@ -12,7 +12,7 @@ from typing import List
import urllib.parse as urlparse
# JoinMarket version
JM_CORE_VERSION = '0.9.11'
JM_CORE_VERSION = '0.9.12dev'
# global Joinmarket constants
JM_WALLET_NAME_PREFIX = "joinmarket-wallet-"

Loading…
Cancel
Save