Skip to content

Commit 895a5d3

Browse files
committed
prepare v0.9.2
1 parent d6eff1b commit 895a5d3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.5'
20+
python-version: '3.8'
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

pygeons/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = 'Michael Penkov'
1111
__email__ = 'm@penkov.dev'
12-
__version__ = '0.9.1'
12+
__version__ = '0.9.2'
1313

1414
_LOGGER = logging.getLogger(__name__)
1515
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name='pygeons',
34-
version='0.9.1',
34+
version='0.9.2',
3535
description="Geographical queries made easy.",
3636
long_description=readme + '\n\n' + history,
3737
author="Michael Penkov",

0 commit comments

Comments
 (0)