Skip to content

Commit

Permalink
Prepare for release of 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quasoft committed Apr 19, 2017
1 parent fc4a3b4 commit 038d083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Binary packages for the following OSes are provided:

- Ubuntu 16.04 64-bit:

`python3-adblockradio_0.3.1-1_all.deb`_
`python3-adblockradio_0.3.2-1_all.deb`_

- Windows 10 64-bit:

Expand Down Expand Up @@ -103,7 +103,7 @@ For Ubuntu/Debian:

make init
make deb
sudo gdebi deb_dist/python3-adblockradio_0.3.1-1_all.deb
sudo gdebi deb_dist/python3-adblockradio_0.3.2-1_all.deb

For Windows 10 64 bit:
~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -118,4 +118,4 @@ Credits
- System tray icons by https://www.iconfinder.com/ChihabJr


.. _`python3-adblockradio_0.3.1-1_all.deb`: https://github.com/quasoft/adblockradio/releases/download/0.3.1/python3-adblockradio_0.3.1-1_all.deb
.. _`python3-adblockradio_0.3.2-1_all.deb`: https://github.com/quasoft/adblockradio/releases/download/0.3.2/python3-adblockradio_0.3.2-1_all.deb
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read_long_description():

setup(
name='adblockradio',
version='0.3.1',
version='0.3.2',
author='QuaSoft',
author_email='[email protected]',
description='Internet radio player for Ubuntu that blocks advertisements',
Expand All @@ -41,7 +41,7 @@ def read_long_description():
'adblockradio=adblockradio.adblockradio:main'
]
},
download_url='https://github.com/quasoft/adblockradio/archive/0.3.1.tar.gz',
download_url='https://github.com/quasoft/adblockradio/archive/0.3.2.tar.gz',
install_requires=['appdirs', 'requests'],
extras_require={
'console': ['plac']
Expand Down

0 comments on commit 038d083

Please sign in to comment.