Skip to content

Commit

Permalink
Fix: Allow install source with pip/pipenv (#37)
Browse files Browse the repository at this point in the history
Currently not installable from source because version "Uknown" does not parse.

Refs:
- pypa/pipx#812 (comment)
  • Loading branch information
glensc committed Jan 24, 2024
2 parents 13963e5 + df56dde commit f97f513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "Unknown"
__version__ = "3.4.0.dev0"

0 comments on commit f97f513

Please sign in to comment.