Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentakoong committed Jul 29, 2024
1 parent 390ff3a commit acc7206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools>=61.0", "pandas", "nvitop"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "mtnlog"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name = "Wongkraiwich Chuenchomphu", email = "[email protected]" },
]
Expand All @@ -16,6 +16,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["nvitop", "pandas"]

[project.urls]
Homepage = "https://github.com/kentakoong/mtnlog"
Expand Down
2 changes: 1 addition & 1 deletion src/mtnlog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .json import *
from .performance import *

__version__ = '1.0.0'
__version__ = '1.0.2'

__doc__ = """Performance logger for tracking resource usage."""

Expand Down

0 comments on commit acc7206

Please sign in to comment.