Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 449605879
  • Loading branch information
ceviche_challenges team authored and ianwilliamson committed May 18, 2022
1 parent f2f8953 commit c86e723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ceviche_challenges/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
"""Ceviche photonic design challenges."""

__version__ = '1.0.0'
__version__ = '1.0.1'

import ceviche_challenges.beam_splitter
import ceviche_challenges.defs
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name='ceviche_challenges',
version='1.0.0',
version='1.0.1',
license='Apache 2.0',
author='Google LLC',
author_email='[email protected]',
Expand All @@ -31,7 +31,7 @@
'pytest',
'pytest-xdist',
],
url='https://github.com/google/ceviche_challenges',
url='https://github.com/google/ceviche-challenges',
packages=setuptools.find_packages(),
python_requires='>=3',
)

0 comments on commit c86e723

Please sign in to comment.