Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frabarz committed May 1, 2024
1 parent 476f30b commit 688ec6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion economic_complexity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .rca import rca
from .subnational import complexity_subnational

__version_info__ = ("0", "2", "2")
__version_info__ = ("0", "2", "3")
__version__ = ".".join(__version_info__)

__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "economic-complexity"
version = "0.2.2"
version = "0.2.3"
description = "Functions to calculate Economic Complexity indicators."
authors = [
"Jelmy Hermosilla <[email protected]>",
Expand Down

0 comments on commit 688ec6d

Please sign in to comment.