Skip to content

Commit

Permalink
Merge pull request #587 from sibirrer/main
Browse files Browse the repository at this point in the history
ready for release 1.11.7
  • Loading branch information
sibirrer committed Feb 20, 2024
2 parents ed4c1a9 + d01efb6 commit d869686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lenstronomy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "lenstronomy developers"
__email__ = "lenstronomy-dev@googlegroups.com"
__version__ = "1.11.6"
__credits__ = "ETH Zurich, UCLA, Stanford, Stony Brook"
__version__ = "1.11.7"
__credits__ = "lenstronomy developers"

from .Util.package_util import short, laconic
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ def run_tests(self):

setup(
name="lenstronomy",
version="1.11.6",
version="1.11.7",
description="Strong lens modeling package.",
long_description=desc,
author="lenstronomy developers",
author_email="lenstronomy-dev@googlegroups.com",
url="https://github.com/lenstronomy/lenstronomy",
download_url="https://github.com/lenstronomy/lenstronomy/archive/1.11.6.tar.gz",
download_url="https://github.com/lenstronomy/lenstronomy/archive/1.11.7.tar.gz",
packages=find_packages(PACKAGE_PATH, "test"),
package_dir={"lenstronomy": "lenstronomy"},
include_package_data=True,
Expand All @@ -96,8 +96,8 @@ def run_tests(self):
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.11",
],
tests_require=tests_require,
cmdclass={"test": PyTest}, # 'build_ext':build_ext,
Expand Down

0 comments on commit d869686

Please sign in to comment.