Skip to content

Commit 6525e8d

Browse files
committed
Update python versions used in github actions and update package version in README
1 parent 03446ee commit 6525e8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.5, 3.6, 3.7, 3.8]
18+
python-version: [3.8]
1919

2020
steps:
2121
- uses: actions/checkout@v2

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.1-blue.svg?cacheSeconds=2592000)
3+
![Version](https://img.shields.io/badge/version-0.0.2-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

0 commit comments

Comments
 (0)