Skip to content

Commit dbb6846

Browse files
committed
Might as well update the version in other places too
1 parent 9fbbaa9 commit dbb6846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sphinx_rtd_theme",
3-
"version": "0.2.5b2",
3+
"version": "0.3.0",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {

sphinx_rtd_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
from os import path
77

8-
__version__ = '0.2.5b2'
8+
__version__ = '0.3.0'
99
__version_full__ = __version__
1010

1111

0 commit comments

Comments
 (0)