Skip to content

Commit

Permalink
Version bump to 0.6.9-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan6erbond committed Aug 31, 2021
1 parent 7731e36 commit 9f087ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apraw/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""aPRAW constants."""
from .endpoints import API_PATH, BASE_URL # noqa: F401

__version__ = "0.6.8"
__version__ = "0.6.9"
__tag__ = "alpha"

USER_AGENT_FORMAT = "{} aPRAW v" + __version__ + "-" + __tag__ + "by Dan6erbond"

0 comments on commit 9f087ed

Please sign in to comment.