Skip to content

Commit 20ef002

Browse files
Bump version and requirements
1 parent 0b09449 commit 20ef002

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyqode/python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
dedicated workers for the backend.
77
88
"""
9-
__version__ = '2.3.0.dev'
9+
__version__ = '2.3.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def readme():
3535
# get requirements
3636
requirements = [
3737
'pyqode.qt',
38-
'pyqode.core>=2.1.0',
38+
'pyqode.core>=2.3.0',
3939
'jedi>=0.8',
4040
'pep8',
4141
'frosted',

0 commit comments

Comments
 (0)