Skip to content

Commit 526ca4a

Browse files
committed
misc: get ready for 1.0.0
1 parent 05f3da5 commit 526ca4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "sentinel"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
description = "Create sentinel objects, akin to None, NotImplemented, Ellipsis"
5-
authors = ["Eddie Antonio Santos <easantos@ualberta.ca>"]
5+
authors = ["Eddie Antonio Santos <hello@eddieantonio.ca>"]
66
license = "MIT"
77
readme = "README.rst"
88
homepage = "https://github.com/eddieantonio/sentinel"
99
repository = "https://github.com/eddieantonio/sentinel.git"
1010
classifiers = [
11-
"Development Status :: 4 - Beta",
11+
"Development Status :: 5 - Production/Stable",
1212
"Intended Audience :: Developers",
1313
"Operating System :: OS Independent",
1414
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)