File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66------------------
77
88* First sceleton.
9+
10+
11+ 0.1.1 (2025-11-10)
12+ ------------------
13+
14+ * First release of beta version
Original file line number Diff line number Diff line change 2121 author_email = "sibirrer@gmail.com" ,
2222 python_requires = ">=3.6" ,
2323 classifiers = [
24- "Development Status :: 2 - Pre-Alpha " ,
24+ "Development Status :: 4 - Beta " ,
2525 "Intended Audience :: Developers" ,
2626 "License :: OSI Approved :: MIT License" ,
2727 "Natural Language :: English" ,
4141 test_suite = "tests" ,
4242 tests_require = test_requirements ,
4343 url = "https://github.com/LSST-strong-lensing/slsim" ,
44- version = "0.1.0 " ,
44+ version = "0.1.1 " ,
4545 zip_safe = False ,
4646)
Original file line number Diff line number Diff line change 11"""Top-level package for slsim."""
22
33__author__ = """DESC/SLSC"""
4- __version__ = "0.1.0 "
4+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments