Skip to content

Commit fd5b2d6

Browse files
Fix source builds
1 parent bb75ad1 commit fd5b2d6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include CMakeLists.txt
2+
include PyQrackIsing/_pyqrack_ising.cpp

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "PyQrackIsing"
11-
version = "1.3.1"
11+
version = "1.3.2"
1212
requires-python = ">=3.8"
1313
description = "Near-ideal closed-form solutions for transverse field Ising model (TFIM)"
1414
readme = {file = "README.txt", content-type = "text/markdown"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def build_extension(self, ext):
4040

4141
setup(
4242
name='PyQrackIsing',
43-
version='1.3.1',
43+
version='1.3.2',
4444
author='Dan Strano',
4545
author_email='stranoj@gmail.com',
4646
description='Near-ideal closed-form solutions for transverse field Ising model (TFIM)',

0 commit comments

Comments
 (0)