Skip to content

Commit 69fcd70

Browse files
authored
Update setup.py
1 parent e43f4d6 commit 69fcd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
setup(name='pyNLO',
27-
version='0.1',
27+
version='0.1.1',
2828
description='Python nonlinear optics',
2929
author='Gabe Ycas',
3030
author_email='[email protected]',
@@ -46,4 +46,4 @@
4646
extras_require = {
4747
'DFG': ["pyfftw"],
4848
},
49-
)
49+
)

0 commit comments

Comments
 (0)