Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zaironjacobs committed Nov 21, 2020
1 parent 9d21a1b commit 79b4b3e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pyinstaller = "*"
[packages]

[requires]
python_version = "3.8"
python_version = "3"
39 changes: 20 additions & 19 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages

name = 'stock-position-calc'
version = '1.0.10'
version = '1.0.11'

with open('README.md', 'r') as fh:
long_description = fh.read()
Expand Down Expand Up @@ -33,5 +33,5 @@
'Programming Language :: Python :: 3.8',
'Natural Language :: English'
],
python_requires='>=3.8',
python_requires='>=3',
)
2 changes: 1 addition & 1 deletion stock_position_calc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.10'
__version__ = '1.0.11'

0 comments on commit 79b4b3e

Please sign in to comment.