Skip to content

Commit

Permalink
Updated Python Package Version (#19)
Browse files Browse the repository at this point in the history
Updated the version of the python package to 0.0.2 in pyproject.toml
  • Loading branch information
hampusnasstrom authored Jun 27, 2023
1 parent e7920f3 commit adee248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -38,4 +38,4 @@ dev = [
metainfo-yaml2py = "metainfoyaml2py.metainfoyaml2py:main"

[tool.setuptools.packages.find]
where = ["src"]
where = ["src"]

0 comments on commit adee248

Please sign in to comment.