Skip to content

Commit

Permalink
long_description added in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Jul 4, 2022
1 parent a73c940 commit 3935b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
author='Radek Poleski & Jennifer Yee',
author_email='[email protected]',
description='package for modeling gravitational microlensing events',
long_description='package for modeling gravitational microlensing events',
packages=find_packages(where="source"),
package_dir={"": "source"},
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion source/MulensModel/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.10.0"
__version__ = "2.10.1"

0 comments on commit 3935b1a

Please sign in to comment.