From 1ac27f301895270cd64cc70ed3a94f3d3832cc3c Mon Sep 17 00:00:00 2001 From: Sadman Ahmed Shanto Date: Sat, 23 Dec 2023 17:35:56 -0600 Subject: [PATCH] trying again with no version imports --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a7965844..c3406be1 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ from setuptools import setup, find_packages -from squadds import __version__ # Read requirements from the requirements.txt file with open('requirements.txt') as f: @@ -7,7 +6,7 @@ setup( name='SQuADDS', - version=__version__, + version='0.1.7', packages=find_packages(), description='Our project introduces an open-source database of programmatically generated and experimentally validated superconducting quantum device designs, accessible through a user-friendly interface, significantly lowering the entry barrier for research in this field.', long_description=open('README.md').read(),