Skip to content

Commit

Permalink
updated release version so to fix pypi/github problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Bartolome committed Mar 13, 2020
1 parent cd3772b commit 40cb93a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ number of bought shares, etc.
In order to get this package working you will need to install **pyrtfolio** via pip by typing the following
command in the terminal:

``$ pip install pyrtfolio==0.3``
``$ pip install pyrtfolio==0.4``

Every package used is listed in [requirements.txt](https://github.com/alvarobartt/pyrtfolio/blob/master/requirements.txt)
file, which can also be installed via pip:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Alvaro Bartolome'

# The full version, including alpha/beta/rc tags
release = '0.3'
release = '0.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation

In order to get the package working you will need to install it via pip by typing the following command in the terminal::

$ pip install pyrtfolio==0.3
$ pip install pyrtfolio==0.4

Every package used is listed in `requirements.txt <https://github.com/alvarobartt/pyrtfolio/blob/master/requirements.txt>`_
file, which can also be installed via pip::
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Usage
=====

**pyrtfolio** usage is pretty simple, since until the current release (0.3), just the StockPortfolios are
**pyrtfolio** usage is pretty simple, since until the current release (0.4), just the StockPortfolios are
available with the basic data. So on, the one and only usage that can be currently done with this package consists on
generating portfolios for the introduced stocks.

Expand Down
2 changes: 1 addition & 1 deletion pyrtfolio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# See LICENSE for details.

__author__ = "Alvaro Bartolome @ alvarobartt in GitHub"
__version__ = "0.3"
__version__ = "0.4"

from pyrtfolio.StockPortfolio import StockPortfolio
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def requirements():

setup(
name='pyrtfolio',
version='0.3',
version='0.4',
packages=find_packages(),
url='https://pyrtfolio.readthedocs.io/',
download_url='https://github.com/alvarobartt/pyrtfolio/archive/0.3.tar.gz',
download_url='https://github.com/alvarobartt/pyrtfolio/archive/0.4.tar.gz',
license='GNU General Public License v3 (GPLv3)',
author='Alvaro Bartolome',
author_email='alvarobartt@usal.es',
Expand Down

0 comments on commit 40cb93a

Please sign in to comment.