File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
133133html_theme = 'sphinx_rtd_theme'
134134
135135html_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}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def run(self):
5656setup (
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' ,
You can’t perform that action at this time.
0 commit comments