Skip to content

Commit

Permalink
0.2.1 The "Hotfix" Update
Browse files Browse the repository at this point in the history
Fixed multiple build issues found when trying to publish version `0.2.0` of this package
  • Loading branch information
armstjc committed Aug 13, 2024
1 parent 2052186 commit 484341d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cfbd_json_py"
version = "0.1.3"
version = "0.2.1"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
Expand All @@ -27,7 +27,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.13'
]

dependencies = [
Expand Down

0 comments on commit 484341d

Please sign in to comment.