Skip to content

Commit b1af954

Browse files
author
Enrique Gonzalez
committed
Bump version: 0.1.2 → 0.1.3
1 parent 4e2be5f commit b1af954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33

44
[wheel]
55
universal = 1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='spotify_token',
1111
py_modules=['spotify_token'],
12-
version='0.1.2',
12+
version='0.1.3',
1313
description='Python wrapper for Spotify Webplayer access token',
1414
author='Enrique Gonzalez',
1515
author_email='egonzalezh94@gmail.com',

0 commit comments

Comments
 (0)