Skip to content

Commit 4f6bdf6

Browse files
committed
REL Update version to 3.0.
1 parent 2394fac commit 4f6bdf6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = '3.0'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '3.0.rc6'
75+
release = '3.0'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.rc6"
1+
__version__ = "3.0"
22

33
from .blocking import *
44
from .distributions import *

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
MAINTAINER_EMAIL = '[email protected]'
1111
AUTHOR = 'John Salvatier and Christopher Fonnesbeck'
1212
AUTHOR_EMAIL = '[email protected]'
13-
URL = "http://github.com/pymc-devs/pymc"
13+
URL = "http://github.com/pymc-devs/pymc3"
1414
LICENSE = "Apache License, Version 2.0"
15-
VERSION = "3.0.rc6"
15+
VERSION = "3.0"
1616

1717
classifiers = ['Development Status :: 5 - Production/Stable',
1818
'Programming Language :: Python',
@@ -21,6 +21,7 @@
2121
'Programming Language :: Python :: 2.7',
2222
'Programming Language :: Python :: 3.4',
2323
'Programming Language :: Python :: 3.5',
24+
'Programming Language :: Python :: 3.6',
2425
'License :: OSI Approved :: Apache Software License',
2526
'Intended Audience :: Science/Research',
2627
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)