Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
kis_tools
Commits
f3f4aa32
Commit
f3f4aa32
authored
Nov 08, 2021
by
Carl Schaffer
Browse files
bump minor version due to added IFU support
parent
32ea18ab
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
f3f4aa32
...
...
@@ -2,14 +2,13 @@
from
glob
import
glob
import
setuptools
from
kis_tools.util.gitinfo
import
get_git_info
with
open
(
"README.md"
)
as
f
:
README
=
f
.
read
()
info
=
get_git_info
(
force
=
True
)
version
=
"3.
6
.0"
version
=
"3.
7
.0"
with
open
(
'requirements.txt'
,
'r'
)
as
req_file
:
requirements
=
[
line
.
strip
()
for
line
in
req_file
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment