Skip to content

Commit

Permalink
Merge pull request #182 from youknowone/wirerope-0.4.5
Browse files Browse the repository at this point in the history
Allow super() with wirerope 0.4.5
  • Loading branch information
youknowone authored Jul 31, 2021
2 parents a6dc35a + aab69dd commit f22fcdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ring/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.4'
__version__ = '0.9.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_version():

install_requires = [
'six>=1.11.0',
'wirerope==0.4.3',
'wirerope==0.4.5',
'attrs>=19.3.0',
'inspect2>=0.1.0;python_version<"3.0.0"',
'functools32>=3.2.3-2>=0.1.0;python_version<"3.0"',
Expand Down Expand Up @@ -105,9 +105,9 @@ def get_readme():
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
) # noqa

0 comments on commit f22fcdb

Please sign in to comment.