Skip to content

Commit edf85e3

Browse files
committed
Clear the "unused" version number in pyproject.toml to develop
The version number committed is never actually used to push anything to PyPI, as `poetry version <tag version>` is run by the Publish Github Actions workflow. This change hopefully makes confusion about this fact less likely.
1 parent 8858696 commit edf85e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gatorgrader"
3-
version = "1.1.0"
3+
version = "develop"
44
description = "Automated Grading Tool that Checks the Work of Writers and Programmers"
55
authors = ["Gregory Kapfhammer <[email protected]>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)