Skip to content

Commit eaacd87

Browse files
committed
Bump version to 0.8, add Python :: 2 to classifiers
1 parent 001abf1 commit eaacd87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55

66
setup(
77
name="pyosm",
8-
version="0.7",
8+
version="0.8",
99
description="Library for building OSM tools",
1010
url="https://github.com/tierpod/pyosm",
1111
author="Pavel Podkorytov",
1212
author_email="[email protected]",
1313
license='MIT',
1414
classifiers=[
1515
"Development Status :: 3 - Alpha",
16+
"Programming Language :: Python :: 2",
1617
"Programming Language :: Python :: 3",
1718
],
1819
packages=find_packages(),

0 commit comments

Comments
 (0)