Skip to content

Commit

Permalink
chore(versioning): increment from 1.3.0 to 1.3.0.post0
Browse files Browse the repository at this point in the history
Increment from 1.3.0 to 1.3.0.post0 in order to upload to upload to pypi a universal wheel (python 2
and 3)
  • Loading branch information
Konstantinos committed Nov 1, 2019
1 parent 7ebd98a commit 50f365e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.3.0.post0 (2019-11-01)
-------------------


1.3.0 (2019-11-01)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Overview
:alt: Supported versions
:target: https://pypi.org/project/music-album-creation

.. |commits_since| image:: https://img.shields.io/github/commits-since/boromir674/music-album-creator/v1.3.0.svg
.. |commits_since| image:: https://img.shields.io/github/commits-since/boromir674/music-album-creator/v1.3.0.post0.svg
:alt: Commits since latest release
:target: https://github.com/boromir674/music-album-creator/compare/v1.3.0...master
:target: https://github.com/boromir674/music-album-creator/compare/v1.3.0.post0...master


.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/music-album-creator.svg
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ def readme():

setup(
name='music_album_creation',
version='1.3.0',
version='1.3.0.post0',
description='A CLI application intending to automate offline music library building.',
long_description=readme(),
long_description_content_type='text/x-rst',
keywords='music automation download youtube metadata',

project_urls={
Expand Down Expand Up @@ -60,7 +61,7 @@ def readme():
'Topic :: Multimedia :: Sound/Audio',
],
url='https://github.com/boromir674/music-album-creator',
download_url='https://github.com/boromir674/music-album-creator/archive/v1.3.0.tar.gz', # help easy_install do its tricks
download_url='https://github.com/boromir674/music-album-creator/archive/v1.3.0.post0.tar.gz', # help easy_install do its tricks
author='Konstantinos Lampridis',
author_email='[email protected]',
license='GNU GPLv3',
Expand Down
2 changes: 1 addition & 1 deletion src/music_album_creation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.3.0'
__version__ = '1.3.0.post0'

import logging.config
from os import path
Expand Down

0 comments on commit 50f365e

Please sign in to comment.