From 2c1c0a9f289d210665dabdde18fec09e848c6938 Mon Sep 17 00:00:00 2001 From: wirfeon Date: Tue, 20 Jul 2021 13:59:45 +0200 Subject: [PATCH] Bump version 0.6.6 --- doc/conf.py | 2 +- setup.cfg | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 691e60c..dde3040 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,7 +11,7 @@ copyright = '2020, ProximaX' author = 'ProximaX' version = '' -release = '0.6.5' +release = '0.6.6' # GENERAL CONFIGURATION diff --git a/setup.cfg b/setup.cfg index 8e50e21..522ff56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,8 +3,8 @@ universal = 1 [build_sphinx] project = 'xpx-chain' -version = 0.6.5 -release = 0.6.5 +version = 0.6.6 +release = 0.6.6 warning-is-error = 1 [metadata] diff --git a/setup.py b/setup.py index 235471f..8c940c6 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def unittest_command(suite): MAINTAINER_EMAIL = "wirfeon@gmail.com" NAME = "xpx-chain" URL = "https://github.com/proximax-storage/python-xpx-chain-sdk" -VERSION = "0.6.5" +VERSION = "0.6.6" DESCRIPTION = "ProximaX Sirius Blockchain Python SDK" LONG_DESCRIPTION = "ProximaX Sirius Blockchain Python SDK is a Python library for interacting with the Sirius Blockchain."