Skip to content

Commit 89667b2

Browse files
committed
Update version index.
1 parent 34a344b commit 89667b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '0.1.0'
70+
version = '0.2.0'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '0.1.0'
72+
release = '0.2.0'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.
@@ -133,7 +133,7 @@
133133
html_theme = 'sphinx_rtd_theme'
134134

135135
html_context = {
136-
"display_github": False, # Add 'Edit on Github' link instead of 'View page source'
136+
"display_github": True, # Add 'Edit on Github' link instead of 'View page source'
137137
"last_updated": False,
138138
"commit": False,
139139
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def run(self):
5656
setup(
5757
cmdclass={ 'install' : install },
5858
name='lime',
59-
version='0.1.0',
59+
version='0.2.0',
6060
author='tatsy',
6161
author_email='tatsy.mail@gmail.com',
6262
url='https://github.com/tatsy/lime.git',

0 commit comments

Comments
 (0)