Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbc committed Nov 7, 2023
1 parent 8a598d2 commit 1bd4a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,14 +1,14 @@
[tool.poetry]
name = "shakespearelang"
version = "1.0.0rc1"
version = "1.0.0"
description = "An interpreter for the Shakespeare Programming Language."
authors = ["Zeb Burke-Conte <zebburkeconte@gmail.com>"]
readme = "README.rst"
repository = "http://github.com/zmbc/shakespearelang"
homepage = "http://shakespearelang.com"
license = "MIT"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Topic :: Software Development :: Interpreters",
]

Expand Down

0 comments on commit 1bd4a46

Please sign in to comment.