Skip to content

Commit bdc9733

Browse files
authored
Merge pull request #381 from sibirrer/main
getting ready for release 0.1.1
2 parents 44219d8 + 4ad0f2b commit bdc9733

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ History
66
------------------
77

88
* First sceleton.
9+
10+
11+
0.1.1 (2025-11-10)
12+
------------------
13+
14+
* First release of beta version

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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",
@@ -41,6 +41,6 @@
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
)

slsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Top-level package for slsim."""
22

33
__author__ = """DESC/SLSC"""
4-
__version__ = "0.1.0"
4+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)