Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
poroping committed Feb 7, 2023
1 parent 32ed18d commit 787f70d
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gcbinspy"
version = "0.0.1"
version = "0.0.2"
description = "Gold Coast bin days"
readme = "README.md"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='gcbinspy',
version='0.0.1',
version='0.0.2',
install_requires=[
'requests',
'bs4',
Expand Down

0 comments on commit 787f70d

Please sign in to comment.