Skip to content

Commit c3b5cf5

Browse files
committed
src - Bump version from 0.4 to 0.5
1 parent 20cc61e commit c3b5cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overpy/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
__summary__ = "Python Wrapper to access the OpenStreepMap Overpass API"
1414
__uri__ = "https://github.com/DinoTools/python-overpy"
1515

16-
__version__ = "0.4"
16+
__version__ = "0.5"
1717

1818
__author__ = "PhiBo (DinoTools)"
1919
__email__ = ""
2020

2121
__license__ = "MIT"
22-
__copyright__ = "Copyright 2014-2016 %s" % __author__
22+
__copyright__ = "Copyright 2014-2021 %s" % __author__

0 commit comments

Comments
 (0)