Skip to content

Commit 78dc178

Browse files
committed
Update version in setup.py
1 parent 8d4ee49 commit 78dc178

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import re
2-
import sys
31
from os import path as op
42

53
from setuptools import setup
@@ -26,7 +24,7 @@ def get_dependencies(dependency_file):
2624
setup(
2725
name='allokation',
2826
packages=['allokation'],
29-
version='0.0.1',
27+
version='0.0.2',
3028
python_requires='>=3.8',
3129
license='MIT License',
3230
description="""
@@ -39,7 +37,7 @@ def get_dependencies(dependency_file):
3937
author='Rafael Capaci',
4038
author_email='[email protected]',
4139
url='https://github.com/capaci/allokation',
42-
download_url='https://github.com/capaci/allokation/archive/0.0.1.tar.gz',
40+
download_url='https://github.com/capaci/allokation/archive/0.0.2.tar.gz',
4341
keywords=['finance', 'stocks', 'portfolio allocation'],
4442
classifiers=[
4543
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)