Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeFilipkin committed Jun 1, 2019
1 parent 9cb0b5c commit c60f897
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pulsemixer
Expand Up @@ -20,7 +20,7 @@
--no-mouse disable mouse support
--create-config generate configuration file'''

VERSION = '1.4.0'
VERSION = '1.5.0'

import curses
import functools
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -4,8 +4,8 @@
long_description = fh.read()

setup(name='pulsemixer',
version='1.4.0',
description='pulsemixer - cli and curses mixer for pulseaudio',
version='1.5.0',
description='pulsemixer - CLI and curses mixer for PulseAudio',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/GeorgeFilipkin/pulsemixer',
Expand All @@ -22,4 +22,3 @@
'Topic :: Utilities',
],
)

2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: pulsemixer
version: 1.4.0
version: 1.5.0
summary: cli and curses mixer for pulseaudio
description: |
cli and curses mixer for pulseaudio.
Expand Down

0 comments on commit c60f897

Please sign in to comment.