Change project name in PyPi, update version

This commit is contained in:
Michał Sałaban 2019-09-09 10:54:33 +02:00
parent 25ed5dec6a
commit 6bf97ddca2
5 changed files with 14 additions and 5 deletions

View file

@ -55,9 +55,9 @@ author = 'Michal Salaban'
# built documents.
#
# The short X.Y version.
version = '0.5.4'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5.4'
release = '0.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -1,6 +1,11 @@
Release Notes
=============
0.6
---
With version 0.6 the package name on PyPi has changed from `monero-python` to just `monero`.
0.5
---