Skip to content

Commit

Permalink
prepare v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Sep 24, 2020
1 parent d6eff1b commit 895a5d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.5'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion pygeons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = 'Michael Penkov'
__email__ = '[email protected]'
__version__ = '0.9.1'
__version__ = '0.9.2'

_LOGGER = logging.getLogger(__name__)
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name='pygeons',
version='0.9.1',
version='0.9.2',
description="Geographical queries made easy.",
long_description=readme + '\n\n' + history,
author="Michael Penkov",
Expand Down

0 comments on commit 895a5d3

Please sign in to comment.