Skip to content

Commit

Permalink
Release version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Nov 17, 2021
1 parent 2f2d5cb commit 00cd49a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[project]
name = "friendly_data"
version = "0.2.2.dev"
version = "0.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"
keywords = ["datapackage", "SENTINEL", "energy", "data", "frictionless", "archive"]
keywords = ["datapackage", "frictionless", "energy", "data", "SENTINEL", "archive"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Console",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
"Programming Language :: Python",
Expand All @@ -15,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]

[dependencies]
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.2.2.dev",
version="0.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 00cd49a

Please sign in to comment.