From 71f15d0a04b096096f2f6440769048ab466a8999 Mon Sep 17 00:00:00 2001 From: George Date: Tue, 19 Sep 2017 14:21:26 +0300 Subject: [PATCH] version bump --- pulsemixer | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pulsemixer b/pulsemixer index 85fb0a9..dd0c6d0 100755 --- a/pulsemixer +++ b/pulsemixer @@ -17,7 +17,7 @@ --server choose the server to connect to --color n 0 no color, 1 color currently selected, 2 full-color (default)''' -VERSION = '1.2.0' +VERSION = '1.3.0' from ctypes import * import sys diff --git a/setup.py b/setup.py index 4745a20..ed49491 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup setup(name='pulsemixer', - version='1.2.0', - description='pulsemixer', + version='1.3.0', + description='pulsemixer - cli and curses mixer for pulseaudio', url='https://github.com/GeorgeFilipkin/pulsemixer', author='George Filipkin', author_email='botebotebot@gmail.com',