diff --git a/pyproject.toml b/pyproject.toml index 0cbdbab..f70844a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "metainfoyaml2py" -version = "0.0.1" +version = "0.0.2" description = "A program for converting NOMAD metainfo YAML schemas into Python class definitions" readme = "README.md" requires-python = ">=3.9" @@ -38,4 +38,4 @@ dev = [ metainfo-yaml2py = "metainfoyaml2py.metainfoyaml2py:main" [tool.setuptools.packages.find] -where = ["src"] \ No newline at end of file +where = ["src"]