diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..8f97b4d84 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include dev_tools/requirements/deps/runtime.txt \ No newline at end of file diff --git a/qualtran/_version.py b/qualtran/_version.py index 7b2aa92be..b4442505c 100644 --- a/qualtran/_version.py +++ b/qualtran/_version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.0dev0" +__version__ = "0.1.0"