Skip to content

Commit

Permalink
build: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyouMon committed Dec 20, 2024
1 parent a7777af commit 568e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/favorites_crawler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import favorites_crawler.commands.crawl
import favorites_crawler.commands.restore

__version__ = '0.2.1'
__version__ = '1.0.0'

app = typer.Typer(
help='Crawl your personal favorite images, photo albums, comics from website.',
Expand Down

0 comments on commit 568e70c

Please sign in to comment.