Skip to content

Commit

Permalink
bumped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreburgaud committed Aug 27, 2024
1 parent fcb9bd2 commit 25b4ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from robots.parser import RequestRate
from robots.robotparser import RobotFileParser

__version__ = "0.9.0"
__version__ = "0.10.0"

__all__ = ["RobotsParser", "RobotFileParser"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="robotspy",
version="0.9.0",
version="0.10.0",
description="Robots Exclusion Protocol File Parser",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 25b4ea1

Please sign in to comment.