Skip to content

Commit

Permalink
Merge pull request #1265 from jarhill0/bump-version
Browse files Browse the repository at this point in the history
Bump to 6.5.1.dev0
  • Loading branch information
jarhill0 committed Jan 6, 2020
2 parents d34545a + 564e6bd commit ff8ac53
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__ = "6.5.0"
__version__ = "6.5.1.dev0"

USER_AGENT_FORMAT = "{} PRAW/" + __version__

Expand Down

0 comments on commit ff8ac53

Please sign in to comment.