Skip to content

Commit

Permalink
Merge pull request #13 from guilyx/bump-version
Browse files Browse the repository at this point in the history
simple quote for versioning
  • Loading branch information
guilyx authored Oct 3, 2022
2 parents 2bd3866 + 7ca1153 commit 7c82487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. moduleauthor:: Erwin Lejeune
"""

__version__ = "1.0.0"
__version__ = '1.0.0'

from nexo.client import Client
from nexo.response_serializers import (
Expand Down

0 comments on commit 7c82487

Please sign in to comment.