Skip to content

Commit 47debb2

Browse files
Bump version and requirements
1 parent 6c8d870 commit 47debb2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.0.0-rc1"
9+
__version__ = "2.0.0"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ def readme():
1919

2020

2121
# get requirements
22-
requirements = ['pyqode.core>=2.0.0-beta1', 'jedi>=0.8',
23-
'pep8', 'frosted', 'docutils']
22+
requirements = [
23+
'pyqode.core>=2.0.0', 'jedi>=0.8', 'pep8', 'frosted', 'docutils'
24+
]
2425

2526
setup(
2627
name='pyqode.python',

0 commit comments

Comments
 (0)