File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = 'setuptools.build_meta'
88
99[project ]
1010name = " ratapi"
11- version = " 0.0.0.dev8 "
11+ version = " 0.0.0.dev9 "
1212description = " Python extension for the Reflectivity Analysis Toolbox (RAT)"
1313readme = " README.md"
1414requires-python = " >=3.10"
Original file line number Diff line number Diff line change 88from setuptools .command .build_clib import build_clib
99from setuptools .command .build_ext import build_ext
1010
11- __version__ = "0.0.0.dev8"
1211PACKAGE_NAME = "ratapi"
1312
1413with open ("README.md" ) as f :
@@ -152,7 +151,6 @@ def build_libraries(self, libraries):
152151
153152setup (
154153 name = PACKAGE_NAME ,
155- version = __version__ ,
156154 author = "" ,
157155 author_email = "" ,
158156 url = "https://github.com/RascalSoftware/python-RAT" ,
You can’t perform that action at this time.
0 commit comments