Skip to content

Commit

Permalink
Version bump to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan6erbond committed Jul 21, 2020
1 parent 2c28cd8 commit ddd7a00
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.2"
__version__ = "0.6.3"
__tag__ = "alpha"

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

0 comments on commit ddd7a00

Please sign in to comment.