Skip to content

Commit

Permalink
Release 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 8, 2022
1 parent dd75905 commit ea301a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='sphinxcontrib-googleanalytics',
version='0.1',
version='0.2',
url='https://github.com/sphinx-contrib/googleanalytics',
download_url='http://pypi.python.org/pypi/sphinxcontrib-googleanalytics',
license='BSD',
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/googleanalytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def setup(app):
app.add_config_value('googleanalytics_enabled', True, 'html')
app.connect('html-page-context', add_ga_javascript)
app.connect('builder-inited', check_config)
return {'version': '0.1'}
return {'version': '0.2'}

0 comments on commit ea301a0

Please sign in to comment.