Skip to content

Commit

Permalink
Update to version 0.3.3
Browse files Browse the repository at this point in the history
  * Add python 3.6 and 3.7 to script compiling wheels for windows
  * Fix enumerate_ids for python3
  * In Cython 0.28 it is now forbbiden to assign None to a int, so we use 0
    instead for an address port.
  • Loading branch information
nitmir committed Sep 14, 2019
1 parent 52b9dd1 commit df70dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
has_cython = False

VERSION = "0.3.2"
VERSION = "0.3.3"

if __name__ == "__main__":
c_extensions = [
Expand Down

0 comments on commit df70dd0

Please sign in to comment.