Skip to content

Commit

Permalink
Clear the "unused" version number in pyproject.toml to develop
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Michionlion committed Oct 17, 2022
1 parent 8858696 commit edf85e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gatorgrader"
version = "1.1.0"
version = "develop"
description = "Automated Grading Tool that Checks the Work of Writers and Programmers"
authors = ["Gregory Kapfhammer <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit edf85e3

Please sign in to comment.