Skip to content

Commit 867691c

Browse files
authored
Merge pull request #70 from UBC-MDS/change-version-in-toml-file
Bump version from 1.0.2 to 2.0.0
2 parents c0825a1 + 12cbbbd commit 867691c

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
@@ -13,7 +13,7 @@ requires = ["hatchling"]
1313
[project]
1414
name = "wordguess"
1515
# You can chose to use dynamic versioning with hatch or static where you add it manually.
16-
version = "1.0.2"
16+
version = "2.0.0"
1717

1818
description = "A Python package with essential functions for a word-guessing game, inspired by Wordle."
1919
authors = [

0 commit comments

Comments
 (0)