forked from bantonj/PyTimeCode
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from eoyilmaz/55-pip-install-timecode-unicoded…
…ecodeerror-cp950-codec-cant-decode-byte-0xc3-in-position-9097-illegal-multibyte-sequence [#55] Fix encoding issue in `setup.py`.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
# THE SOFTWARE. | ||
|
||
__name__ = "timecode" | ||
__version__ = "1.3.2" | ||
__version__ = "1.4.1" | ||
__description__ = "SMPTE Time Code Manipulation Library" | ||
__author__ = "Erkan Ozgur Yilmaz" | ||
__author_email__ = "[email protected]" | ||
|