Skip to content

Commit

Permalink
Bump version: 0.9.6 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Mar 31, 2024
1 parent 3a23665 commit 2648c18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion microview/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "microview"
__author__ = """João Vitor F. Cavalcante"""
__email__ = "[email protected]"
__version__ = "0.9.6"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.6
current_version = 0.10.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit 2648c18

Please sign in to comment.