Skip to content

Commit

Permalink
uplevel for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Bradford committed Oct 1, 2024
1 parent c6b4a00 commit 932bd03
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.6.2"
version = "0.7.0"
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 @@ -9,7 +9,7 @@

setup(
name="datapyrse",
version="0.6.2",
version="0.7.0",
packages=find_packages(),
package_data={
"datapyrse": ["py.typed", "typings/**/*.pyi"],
Expand Down

0 comments on commit 932bd03

Please sign in to comment.