Skip to content

Commit

Permalink
bump version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jun 12, 2022
1 parent d46a6f8 commit 430adb5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Changelog
=========


Version 0.6.2 (in development)
------------------------------




Version 0.6.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Sebastian Bank'

# The full version, including alpha/beta/rc tags
release = '0.6.1'
release = '0.6.2.dev0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gsheets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__all__ = ['Sheets', 'get_credentials', 'build_service']

__title__ = 'gsheets'
__version__ = '0.6.1'
__version__ = '0.6.2.dev0'
__author__ = 'Sebastian Bank <sebastian.bank@uni-leipzig.de>'
__license__ = 'MIT, see LICENSE.txt'
__copyright__ = 'Copyright (c) 2016-2022 Sebastian Bank'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='gsheets',
version='0.6.1',
version='0.6.2.dev0',
author='Sebastian Bank',
author_email='sebastian.bank@uni-leipzig.de',
description='Pythonic wrapper for the Google Sheets API',
Expand Down

0 comments on commit 430adb5

Please sign in to comment.