Skip to content

Commit 6e606fc

Browse files
committed
RELEASE: 2.0rc2
1 parent 1e81676 commit 6e606fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pysal/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__='2.0rc1'
1+
__version__='2.0rc2'
22
from . import lib
33
from . import explore
44
from . import viz
5-
from . import model
5+
from . import model

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
MAJOR = 2
1313
MINOR = 0
1414
ISRELEASED = False
15-
VERSION = '%d.%drc1' % (MAJOR, MINOR)
15+
VERSION = '%d.%drc2' % (MAJOR, MINOR)
1616

1717

1818
print(find_packages())

0 commit comments

Comments
 (0)