We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6eff1b commit 895a5d3Copy full SHA for 895a5d3
3 files changed
.github/workflows/python-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: '3.5'
+ python-version: '3.8'
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
pygeons/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = 'Michael Penkov'
11
__email__ = 'm@penkov.dev'
12
-__version__ = '0.9.1'
+__version__ = '0.9.2'
13
14
_LOGGER = logging.getLogger(__name__)
15
#
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='pygeons',
34
- version='0.9.1',
+ version='0.9.2',
35
description="Geographical queries made easy.",
36
long_description=readme + '\n\n' + history,
37
author="Michael Penkov",
0 commit comments