Skip to content

Commit

Permalink
bumped version to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
andreburgaud committed Oct 24, 2024
1 parent 4758c40 commit 8b39ea8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
attrs==24.2.0
backports.tarfile==1.2.0
importlib-metadata==8.0.0
importlib-resources==6.4.0
jaraco.collections==5.1.0
pip-chill==1.0.3
platformdirs==4.2.2
pytest==8.3.3
toml==0.10.2
tomli==2.0.1
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.10.0"
__version__ = "0.11.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.10.0",
version="0.11.0",
description="Robots Exclusion Protocol File Parser",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8b39ea8

Please sign in to comment.