From 9e0c19cf1d68b7ffe09016d7b04eb9caaca508e2 Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Sat, 21 Aug 2021 09:47:33 +0200
Subject: [PATCH] 1.0.0

---
 docs/conf.py          | 4 ++--
 duniterpy/__init__.py | 2 +-
 pyproject.toml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index ab2a7c4..cdd2497 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -74,9 +74,9 @@ author = "caner & inso & vit"
 # built documents.
 #
 # The short X.Y version.
-version = "1.0.0rc1"
+version = "1.0.0"
 # The full version, including alpha/beta/rc tags.
-release = "1.0.0rc1"
+release = "1.0.0"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py
index 3bbbd3d..6337b2e 100644
--- a/duniterpy/__init__.py
+++ b/duniterpy/__init__.py
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 __author__ = "Caner Candan & inso & vit"
-__version__ = "1.0.0rc1"
+__version__ = "1.0.0"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
diff --git a/pyproject.toml b/pyproject.toml
index 6c35ee7..c2fd823 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool]
 [tool.poetry]
 name = "duniterpy"
-version = "1.0.0rc1"
+version = "1.0.0"
 description = "Python library for developers of Duniter clients"
 authors = ["inso <insomniak.fr@gmail.com>", "canercandan", "s_b"]
 maintainers = ["vit <vit@free.fr>", "Moul <moul@moul.re>"]
-- 
GitLab