Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
George committed Sep 19, 2017
1 parent 356c603 commit 71f15d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pulsemixer
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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',
Expand Down

0 comments on commit 71f15d0

Please sign in to comment.