We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85326a7 commit e0c8475Copy full SHA for e0c8475
setup.py
@@ -8,10 +8,10 @@ def read_file(filename):
8
9
setup(
10
name='rao_algorithms',
11
- version='0.2.1',
+ version='0.3.0',
12
author='Samdeep Kunkunuru',
13
author_email='[email protected]',
14
- description='BMR and BWR optimization algorithms with constraint handling',
+ description='Optimization algorithms by Prof. R.V. Rao with constraint handling',
15
long_description=read_file("README.md"), # Load README.md as the long description
16
long_description_content_type='text/markdown', # Specify the format of the long description
17
url='https://github.com/VaidhyaMegha/optimization_algorithms', # URL to GitHub repo
0 commit comments