Skip to content

Commit

Permalink
New version for aperture fix in finite length elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dccote committed Feb 15, 2019
1 parent 546fc37 commit 955b2ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raytracing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .objectives import *
from .axicon import *

__version__ = "1.0.4"
__version__ = "1.0.5"
__author__ = "Daniel Cote <[email protected]>"
print("Main documentation at https://github.com/DCC-Lab/RayTracing")

5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import setuptools

# python setup.py sdist bdist_wheel
# python -m twine upload dist/*

setuptools.setup(
name="raytracing",
version="1.0.4",
version="1.0.5",
url="https://github.com/DCC-Lab/RayTracing",
author="Daniel Cote",
author_email="[email protected]",
Expand Down

0 comments on commit 955b2ce

Please sign in to comment.