Skip to content

Commit 4d4b5c8

Browse files
committed
v3.2.0
1 parent c44add0 commit 4d4b5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
name = 'turbasen'
4-
VERSION = '3.1.0'
4+
VERSION = '3.2.0'
55

66
setup(
77
name=name,
@@ -10,7 +10,7 @@
1010
description='Client for Nasjonal Turbase REST API',
1111
long_description='Documentation: https://turbasenpy.readthedocs.io/',
1212
author='Ali Kaafarani',
13-
author_email='ali.kaafarani@dnt.no',
13+
author_email='tekno@dnt.no',
1414
url='https://github.com/Turbasen/turbasen.py',
1515
download_url='https://github.com/Turbasen/turbasen.py/tarball/v%s' % (VERSION),
1616
keywords=['turbasen', 'nasjonalturbase', 'turistforening', 'rest-api'],

0 commit comments

Comments
 (0)