Skip to content

Commit

Permalink
chore: bump v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed May 11, 2023
1 parent 16bb748 commit 03ca7ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion confit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
RegistryCollection, # noqa F401
)

__version__ = "0.2.0"
__version__ = "0.2.1"
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ dependencies = [
"catalogue>=2.0.7,<3.0",
"lark>=1.1.5,<2.0",
"pydantic>=1.2,<2.0",
"srsly>=2.4.4,<3.0",
"typer>=0.6.1,<1.0",
]

[project.optional-dependencies]
dev = [
"black==22.6.0",
"coverage>=6.5,<7.0",
"flake8>=3.0,<4.0",
"mike>=1.1.2,<2.0",
"mkdocs>=1.4,<2.0",
"mkdocs-autorefs>=0.4.1,<1.0.0",
Expand All @@ -33,7 +30,6 @@ dev = [
"mkdocs-static-i18n>=0.53,<1.0.0",
"mkdocstrings>=0.18.1,<1.0.0",
"mkdocstrings-python>=0.6,<1.0.0",
"mypy>=0.950,<1.0.0",
"pre-commit>=2.18.1,<3.0",
"pytest>=7.1.1,<8.0",
"pytest-cov>=3.0.0,<4.0",
Expand Down

0 comments on commit 03ca7ea

Please sign in to comment.