Skip to content

Commit 72871bc

Browse files
committed
Update package version to 0.0.3
1 parent a16549a commit 72871bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to Allokation 👋
22

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

66
> 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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_dependencies(dependency_file):
2424
setup(
2525
name='allokation',
2626
packages=['allokation'],
27-
version='0.0.2',
27+
version='0.0.3',
2828
python_requires='>=3.8',
2929
license='MIT License',
3030
description="""
@@ -37,7 +37,7 @@ def get_dependencies(dependency_file):
3737
author='Rafael Capaci',
3838
author_email='[email protected]',
3939
url='https://github.com/capaci/allokation',
40-
download_url='https://github.com/capaci/allokation/archive/0.0.2.tar.gz',
40+
download_url='https://github.com/capaci/allokation/archive/0.0.3.tar.gz',
4141
keywords=['finance', 'stocks', 'portfolio allocation'],
4242
classifiers=[
4343
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)