Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
* converters.py: xarray to data package that align indices
* customisable registry using context managers
  • Loading branch information
suvayu committed Jan 3, 2022
1 parent fc65df8 commit a2de030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "friendly_data"
version = "0.3.2"
version = "v0.3.3"
description = "A frictionless datapackage (https://frictionlessdata.io/specs/data-package/) implementation for energy system data."
maintainers = "The SENTINEL collaboration"
repository = "https://github.com/sentinel-energy/friendly_data"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="friendly_data",
version="0.3.2",
version="v0.3.3",
description="A frictionless data package implementation for energy system data.",
long_description=Path("README.rst").read_text(),
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit a2de030

Please sign in to comment.