Skip to content

Commit

Permalink
Bump version to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Apr 19, 2024
1 parent 5947278 commit c5defbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

import logging

__version__ = "0.10.0"
__version__ = "0.10.1"

logging.getLogger(__name__).addHandler(logging.NullHandler())
1 change: 0 additions & 1 deletion jade/version.py

This file was deleted.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ Homepage = "https://github.com./NREL/jade"
[tool.hatch.version]
path = "jade/__init__.py"

[tool.hatch.build.targets.sdist]
include = [
"/jade",
]
[tool.hatch.build.targets.wheel]
packages = ["jade"]

[tool.black]
line-length = 99
Expand Down

0 comments on commit c5defbf

Please sign in to comment.