Skip to content

Commit a2de030

Browse files
committed
Release v0.3.3
* converters.py: xarray to data package that align indices * customisable registry using context managers
1 parent fc65df8 commit a2de030

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "friendly_data"
3-
version = "0.3.2"
3+
version = "v0.3.3"
44
description = "A frictionless datapackage (https://frictionlessdata.io/specs/data-package/) implementation for energy system data."
55
maintainers = "The SENTINEL collaboration"
66
repository = "https://github.com/sentinel-energy/friendly_data"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="friendly_data",
22-
version="0.3.2",
22+
version="v0.3.3",
2323
description="A frictionless data package implementation for energy system data.",
2424
long_description=Path("README.rst").read_text(),
2525
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)