Skip to content

Commit

Permalink
Merge pull request #661 from cardoe/more-rel-bits
Browse files Browse the repository at this point in the history
bump the version and mark the wheel as universal
  • Loading branch information
rackmetzler authored Apr 7, 2021
2 parents 4d5a432 + df42ee4 commit a0c0229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyrax/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals

version = "1.9.8"
version = "1.10.0"
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ max-line-length=84
exclude=build,.eggs,.tox,tests,samples
statistics=yes
ignore=E123,E124,E126,E127,E128,E303,E302,W606,F841,E301,F401,E305,W504,W605,F403,F405,E999

[bdist_wheel]
universal = 1

0 comments on commit a0c0229

Please sign in to comment.