Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frabarz committed Jul 25, 2023
1 parent b94ece5 commit 8319b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This package contain the following functions:
- `rca`
* Economic/Product Complexity:
- `complexity`
- `complexity_subnational`
* Product-space:
- `distance`
- `opportunity_gain`
Expand Down
2 changes: 1 addition & 1 deletion economic_complexity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .cross_space import cross_proximity, cross_relatedness
from .subnational import complexity_subnational

__version_info__ = ('0', '1', '3')
__version_info__ = ('0', '1', '4')
__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.1.3"
version = "0.1.4"
description = "Functions to calculate Economic Complexity indicators."
authors = [
"Jelmy Hermosilla <[email protected]>",
Expand Down

0 comments on commit 8319b25

Please sign in to comment.