Skip to content

Commit

Permalink
Update package version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
capaci committed Sep 6, 2020
1 parent a16549a commit 72871bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to Allokation 👋

![Version](https://img.shields.io/badge/version-0.0.2-blue.svg?cacheSeconds=2592000)
![Version](https://img.shields.io/badge/version-0.0.3-blue.svg?cacheSeconds=2592000)
![License](https://img.shields.io/badge/License-MIT-yellow.svg)

> A python package that gets stocks prices from [yahoo finance](https://finance.yahoo.com/) and calculates how much of each stocks you must buy to have almost equal distribution between the stocks you want in your portfolio
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_dependencies(dependency_file):
setup(
name='allokation',
packages=['allokation'],
version='0.0.2',
version='0.0.3',
python_requires='>=3.8',
license='MIT License',
description="""
Expand All @@ -37,7 +37,7 @@ def get_dependencies(dependency_file):
author='Rafael Capaci',
author_email='[email protected]',
url='https://github.com/capaci/allokation',
download_url='https://github.com/capaci/allokation/archive/0.0.2.tar.gz',
download_url='https://github.com/capaci/allokation/archive/0.0.3.tar.gz',
keywords=['finance', 'stocks', 'portfolio allocation'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 72871bc

Please sign in to comment.