From 2648c186d09ec29ed0c67a68eb15f3ecb4165af0 Mon Sep 17 00:00:00 2001 From: jvfe Date: Sun, 31 Mar 2024 09:37:04 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.6=20=E2=86=92=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- microview/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1c955f9..27d6630 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,5 +8,5 @@ authors: given-names: "Rodrigo Juliani" orcid: https://orcid.org/0000-0002-1688-6155 title: "MicroView" -version: 0.9.6 +version: 0.10.0 url: "https://github.com/jvfe/microview" diff --git a/microview/__init__.py b/microview/__init__.py index 87dbf17..82509db 100644 --- a/microview/__init__.py +++ b/microview/__init__.py @@ -1,4 +1,4 @@ name = "microview" __author__ = """João Vitor F. Cavalcante""" __email__ = "jvfe@ufrn.edu.br" -__version__ = "0.9.6" +__version__ = "0.10.0" diff --git a/setup.cfg b/setup.cfg index be404ae..bec5e04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.6 +current_version = 0.10.0 commit = True tag = True diff --git a/setup.py b/setup.py index fd651ba..cd40d07 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,6 @@ "Documentation": "https://jvfe.github.io/microview/", "Source Code": "https://github.com/jvfe/microview", }, - version="0.9.6", + version="0.10.0", zip_safe=False, )