Skip to content

Commit

Permalink
fix: Change frictionless version to be a range (#3)
Browse files Browse the repository at this point in the history
* fix: Change frictionless versions to be a range instead

Signed-off-by: jvfe <[email protected]>

* Bump version: 0.10.0 → 0.10.1

---------

Signed-off-by: jvfe <[email protected]>
  • Loading branch information
jvfe authored Apr 8, 2024
1 parent 2648c18 commit f883cb8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10.0
version: 0.10.1
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.10.0"
__version__ = "0.10.1"
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.10.0
current_version = 0.10.1
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"rich",
"rich-click",
"click-option-group",
"frictionless==4.32.0",
"frictionless>=4.32.0, <5",
]

test_requirements = [
Expand Down Expand Up @@ -64,6 +64,6 @@
"Documentation": "https://jvfe.github.io/microview/",
"Source Code": "https://github.com/jvfe/microview",
},
version="0.10.0",
version="0.10.1",
zip_safe=False,
)

0 comments on commit f883cb8

Please sign in to comment.