Might as well update the version in other places too

This commit is contained in:
Anthony Johnson 2018-03-29 18:58:12 -06:00
parent 9fbbaa9f63
commit dbb68468da
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sphinx_rtd_theme",
"version": "0.2.5b2",
"version": "0.3.0",
"private": true,
"dependencies": {},
"devDependencies": {

View File

@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
"""
from os import path
__version__ = '0.2.5b2'
__version__ = '0.3.0'
__version_full__ = __version__