Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Romero, David committed Sep 13, 2024
1 parent cf4efc6 commit 42fce23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### changed
- More File Renames.
- Added classis and functions
## [0.0.17] - 2024-09-13
### changed
- More corrections

## [0.0.16] - 2024-09-13
### changed
- More corrections
Expand Down
2 changes: 1 addition & 1 deletion 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 = "itadvisor_client"
version = "0.0.16"
version = "0.0.17"
authors = [
{ name="David Romero", email="[email protected]" },
]
Expand Down
8 changes: 8 additions & 0 deletions src/itadvisor_client/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from . import(itadvisor_client)

from .itadvisor_client import(ITAdvisor)

__all__ = ('ITAdvisor')

if __name__ == "__main__":
pass

0 comments on commit 42fce23

Please sign in to comment.