Skip to content

Commit

Permalink
Merge pull request #1527 from jarhill0/bump-version
Browse files Browse the repository at this point in the history
Bump to 7.1.1.dev0
  • Loading branch information
jarhill0 committed Jun 23, 2020
2 parents 85da77d + 8287588 commit c49f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praw/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""PRAW constants."""
from .endpoints import API_PATH # noqa: F401

__version__ = "7.1.0"
__version__ = "7.1.1.dev0"

USER_AGENT_FORMAT = "{} PRAW/" + __version__

Expand Down

0 comments on commit c49f288

Please sign in to comment.