Skip to content

Commit

Permalink
Bump version to 3.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 13, 2022
1 parent fe1af6a commit 76c1d5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[tool.poetry]

name = "doorstop"
version = "3.0b4"
version = "3.0b5"
description = "Requirements management using version control."

license = "LGPLv3"

authors = ["Jace Browning <jacebrowning@gmail.com>"]

readme = "README.md"
exclude = ["**/tests/**"]

homepage = "https://pypi.org/project/Doorstop"
documentation = "https://doorstop.readthedocs.io"
Expand All @@ -23,6 +24,7 @@ keywords = [
"certification",
"html",
]

classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand All @@ -38,11 +40,6 @@ classifiers = [
"Topic :: Text Processing :: Markup",
]

# Set files that should be excluded from distribution.
exclude = [
"**/tests/**"
]

[tool.poetry.dependencies]

python = "^3.7"
Expand Down

0 comments on commit 76c1d5e

Please sign in to comment.