Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywhite200 authored Jan 31, 2024
1 parent 08d8d9a commit bce9a3e
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "passwordler"
version = "0.0.3"
version = "2.0.3"
description = "A simple utility package for passwords"
authors = ["Kiersten Gilberg, Michelle Hunn, Rory White, Yiwei Zhang"]
license = "MIT"
Expand All @@ -26,7 +26,7 @@ sphinx-rtd-theme = "^2.0.0"
version_toml = [
"pyproject.toml:tool.poetry.version",
]
version_variable = "pyproject.toml:version"
version_variable = "pyproject.toml:tool.poetry.version"
branch = "main"
changelog_file = "CHANGELOG.md"
build_command = "pip install poetry && poetry build"
Expand Down

0 comments on commit bce9a3e

Please sign in to comment.