Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.8: bump required cachew version #61

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = google_takeout_parser
version = 0.1.7
version = 0.1.8
description = Parses data out of your Google Takeout (History, Activity, Youtube, Locations, etc...)
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -26,7 +26,7 @@ packages = find:
install_requires =
IPython
beautifulsoup4>=4.9.0
cachew>=0.14.20230922
cachew>=0.16.20240129
click>=8.1
logzero>=1.7.0
lxml>=4.6.0
Expand Down
Loading