Skip to content

Commit 0847045

Browse files
committed
fix
1 parent e70f07f commit 0847045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RFEM/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
instSUDS = input('\nDo you want to install all dependencies and check all their versions (y/n)? ')
2222
instSUDS = instSUDS.lower()
2323
if instSUDS == 'y':
24-
# Subprocess will be opened in cmd and closed automaticaly after installation.
24+
# Subprocess will be opened in cmd and closed automaticaly after installation. Only needed packages
2525
# Prevents invoking pip by an old script wrapper (https://github.com/pypa/pip/issues/5599)
2626
import os
2727
import subprocess

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='RFEM',
10-
version='1.20.3',
10+
version='1.20.4',
1111
description='Python Framework for RFEM6 Web Services',
1212
long_description=readme,
1313
long_description_content_type = "text/markdown",

0 commit comments

Comments
 (0)