Skip to content

Commit a2615d9

Browse files
committed
Bump to version 2.0.3
1 parent 5a79a7c commit a2615d9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@
5252
else:
5353
extensions = extension_src
5454

55-
with open(os.path.join('docs','source','intro.rst')) as file:
56-
long_description = file.read();
55+
long_description = "This module provides bindings for the FreeSASA C library."
5756

5857
setup(
5958
name='freesasa',
60-
version= '2.0.2b2',
59+
version= '2.0.3',
6160
description='Calculate solvent accessible surface areas of proteins',
6261
long_description=long_description,
6362
author='Simon Mitternacht',

0 commit comments

Comments
 (0)