Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Feb 2, 2024
1 parent d351a3e commit e113b2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lentil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Lentil
# Heart-healthy physical optics
#
# Copyright (c) 2021, California Institute of Technology ("Caltech"). U.S.
# Government sponsorship acknowledged.
__version__ = '0.8.0-dev'
# Copyright (c) 2020-2024, California Institute of Technology ("Caltech").
# U.S. Government sponsorship acknowledged.

__version__ = '0.8.0'

from lentil.ptype import ptype

Expand Down

0 comments on commit e113b2a

Please sign in to comment.