Skip to content

Commit

Permalink
Relax config for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
tadas-subonis committed Mar 11, 2024
1 parent ea57dc0 commit bb22356
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 = "givenpy"
version = "1.0.2"
version = "1.0.3"
description = "A simple micro BDD framework for Python"
authors = ["Tadas Subonis <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Testing",
"Topic :: Utilities",
Expand Down

0 comments on commit bb22356

Please sign in to comment.