Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreburgaud committed Oct 26, 2024
1 parent 71f8d3e commit d0840f3
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.11.0"
__version__ = "0.12.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.11.0",
version="0.12.0",
description="Robots Exclusion Protocol File Parser",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d0840f3

Please sign in to comment.