Skip to content

Commit

Permalink
Bump version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkubi committed Oct 15, 2023
1 parent 56da73a commit 44ebaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydactyl/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Pydactyl constants."""

__version__ = '2.0.3'
__version__ = '2.0.4'
USER_AGENT = 'Pydactyl/' + __version__

POWER_SIGNALS = ('start', 'stop', 'restart', 'kill')
Expand Down

0 comments on commit 44ebaac

Please sign in to comment.