Skip to content

Commit

Permalink
Merge pull request #366 from jedfrechette/master
Browse files Browse the repository at this point in the history
Relax pyblish-base version dependency.
  • Loading branch information
mottosso authored Jun 3, 2020
2 parents 096dcb7 + 4ebd3df commit 3c29346
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyblish_qml/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 11
VERSION_PATCH = 3
VERSION_PATCH = 4

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
version = '%i.%i.%i' % version_info
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
]
},
install_requires=[
"pyblish-base==1.5.3"
"pyblish-base>=1.5.3"
],
entry_points={},
)

0 comments on commit 3c29346

Please sign in to comment.