Skip to content

Commit

Permalink
Bump version to 0.5.2 in pyproject.toml and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Bradford committed Sep 27, 2024
1 parent 51f2749 commit ef08075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "datapyrse"
version = "0.5.1"
version = "0.5.2"
description = "A package used to mimic the functionality of the Dataverse SDK."
readme = "README.md"
authors = [{ name = "Blake Bradford" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="datapyrse",
version="0.5.1",
version="0.5.2",
packages=["datapyrse", "datapyrse.core"],
install_requires=requirements,
)

0 comments on commit ef08075

Please sign in to comment.