From 82f7fd42d458b372e7456e6d483c1cf7875a3ca4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= <tuxmain@zettascript.org>
Date: Mon, 8 Mar 2021 09:47:16 +0100
Subject: [PATCH] v0.2.0

---
 Cargo.lock     | 2 +-
 Cargo.toml     | 2 +-
 py/__init__.py | 2 +-
 py/setup.py    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b15cd52..557e028 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -189,7 +189,7 @@ dependencies = [
 
 [[package]]
 name = "dup-crypto-py"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "dup-crypto",
  "pyo3",
diff --git a/Cargo.toml b/Cargo.toml
index 940aa0d..26ba37b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dup-crypto-py"
-version = "0.1.0"
+version = "0.2.0"
 authors = ["tuxmain <tuxmain@zettascript.org>"]
 description = "Python bindings for dup-crypto-rs"
 repository = "https://git.duniter.org/tuxmain/dup-crypto-py"
diff --git a/py/__init__.py b/py/__init__.py
index 85f2103..9e50d50 100644
--- a/py/__init__.py
+++ b/py/__init__.py
@@ -8,7 +8,7 @@ __license__ = "AGPL 3.0"
 __summary__ = "Duniter Protocol cryptography"
 __title__ = "DUP crypto"
 __uri__ = "https://git.duniter.org/tuxmain/dup-crypto-py"
-__version__ = "0.1.0"
+__version__ = "0.2.0"
 
 keys.ed25519.Pubkey.__eq__ = keys.ed25519.Pubkey.__eq__
 seeds.Seed32.__eq__ = seeds.Seed32.__eq__
diff --git a/py/setup.py b/py/setup.py
index bd6b3f8..21cef3d 100644
--- a/py/setup.py
+++ b/py/setup.py
@@ -10,7 +10,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
 	name="dup_crypto",
-	version="0.1.0",
+	version="0.2.0",
 	author="Pascal Engélibert",
 	author_email="tuxmain@zettascript.org",
 	description="Duniter protocol cryptography",
-- 
GitLab