Skip to content

Commit d1617e0

Browse files
committed
v1.1.2
1 parent 6e38dba commit d1617e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

qmctoolscl/c_funcs/fft_bro_1d_radix2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,5 @@ EXPORT void fft_bro_1d_radix2(
7676
}
7777
}
7878
}
79-
8079
}
8180
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setuptools.setup(
2525
name = "qmctoolscl",
26-
version = "1.1.1",
26+
version = "1.1.2",
2727
author="Aleksei G Sorokin",
2828
author_email="asorokin@hawk.iit.edu",
2929
install_requires = [

0 commit comments

Comments
 (0)