Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
Update version and last release before Reddit API changes.
  • Loading branch information
OMEGARAZER committed Jun 28, 2023
1 parent 48e63dc commit b487d88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
args: ["--fixable=I","--fix"]

- repo: https://github.com/dosisod/refurb
rev: v1.16.0
rev: v1.17.0
hooks:
- id: refurb
name: refurb
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Included in this README are a few example Bash tricks to get certain behaviour.

*Bulk Downloader for Reddit x* needs Python version 3.9 or above. Please update Python before installation to meet the requirement.

- Approximately Dec 10, 2023 the minimum version is expected to move to 3.10 at the six month mark of Debian 12's release.

Then, you can install it via [pipx](https://pypa.github.io/pipx) with:

```bash
Expand Down
2 changes: 1 addition & 1 deletion bdfrx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.9"
__version__ = "1.0.10"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"click>=8.0.0",
"praw>=7.2.0",
"pyyaml>=5.4.1",
"requests>=2.30.0",
"requests>=2.31.0",
"yt-dlp>=2023.6.22",
]
dynamic = ["version"]
Expand Down

0 comments on commit b487d88

Please sign in to comment.