-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
44 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/setup.py b/setup.py | ||
index 2d0ca17..9c35f21 100644 | ||
--- a/setup.py | ||
+++ b/setup.py | ||
@@ -5,7 +5,7 @@ with open('README.md', encoding='utf-8') as f: | ||
|
||
setup( | ||
name='espsim', | ||
- version='0.0.1', | ||
+ version='1.0.0', | ||
author='Esther Heid', | ||
author_email='[email protected]', | ||
description='Scoring of shape and ESP similarity with RDKit', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/setup.py b/setup.py | ||
index d76b67f..9b68f0e 100644 | ||
--- a/setup.py | ||
+++ b/setup.py | ||
@@ -2,6 +2,7 @@ from setuptools import setup | ||
|
||
setup( | ||
name='resp', | ||
+ version='1.0.0', | ||
url='https://github.com/cdsgroup/resp', | ||
license='BSD license', | ||
packages=['resp'], |