Skip to content

Commit

Permalink
Automated Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 30, 2023
1 parent c8754b8 commit 26895c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[project]
name = "TMTool"
version = "0.0.45"
version = "0.0.46"
description = "python tool for Microsoft Threat modeling tool"
readme = "README.md"
project.requires-python = ">=3.7"
[[project.maintainers]]
name = "Tyler Martin"
email = "[email protected]"
Expand All @@ -16,6 +15,9 @@ email = "[email protected]"
requires = [ "setuptools", "wheel",]
build-backend = "setuptools.build_meta"

[project.project]
requires-python = ">=3.7"

[project.urls]
homepage = "https://github.com/tmart234/TMT"
documentation = "https://github.com/tmart234/TMT"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = TMTool
version = 0.0.45
version = 0.0.46
license = MIT


Expand Down

0 comments on commit 26895c2

Please sign in to comment.