Skip to content

Commit

Permalink
chore: prepare for 1.0.0rc1 (#48)
Browse files Browse the repository at this point in the history
* chore: prepare for 1.0.0

Signed-off-by: Henry Schreiner <[email protected]>

* chore: make an rc release

Signed-off-by: Henry Schreiner <[email protected]>

---------

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored May 7, 2024
1 parent d42d7e4 commit 661c81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Check the contents of an SDist vs. git"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down Expand Up @@ -59,6 +59,7 @@ check-sdist = "check_sdist.schema:get_schema"
[tool.hatch]
version.path = "src/check_sdist/__init__.py"
envs.default.features = ["test"]
envs.hatch-test.features = ["test", "cli"]


[tool.pytest.ini_options]
Expand Down
2 changes: 1 addition & 1 deletion src/check_sdist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

from __future__ import annotations

__version__ = "0.1.3"
__version__ = "1.0.0rc1"

__all__ = ["__version__"]

0 comments on commit 661c81a

Please sign in to comment.