Skip to content

Commit 3a94667

Browse files
committed
Release v1.0.0
1 parent c875021 commit 3a94667

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pathspec/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This module defines the version.
33
"""
44

5-
__version__ = "1.0.0.dev2"
5+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license = {text = "MPL 2.0"}
2929
name = "pathspec"
3030
readme = "README-dist.rst"
3131
requires-python = ">=3.9"
32-
version = "1.0.0.dev2"
32+
version = "1.0.0"
3333

3434
[project.optional-dependencies]
3535
hyperscan = [

0 commit comments

Comments
 (0)