Skip to content

Commit e0c8475

Browse files
Update package version
1 parent 85326a7 commit e0c8475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ def read_file(filename):
88

99
setup(
1010
name='rao_algorithms',
11-
version='0.2.1',
11+
version='0.3.0',
1212
author='Samdeep Kunkunuru',
1313
author_email='[email protected]',
14-
description='BMR and BWR optimization algorithms with constraint handling',
14+
description='Optimization algorithms by Prof. R.V. Rao with constraint handling',
1515
long_description=read_file("README.md"), # Load README.md as the long description
1616
long_description_content_type='text/markdown', # Specify the format of the long description
1717
url='https://github.com/VaidhyaMegha/optimization_algorithms', # URL to GitHub repo

0 commit comments

Comments
 (0)