Skip to content

Commit 58d3aa6

Browse files
committed
Updates version to 0.0.0.dev9 (#188)
1 parent 3345860 commit 58d3aa6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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 = "ratapi"
11-
version = "0.0.0.dev8"
11+
version = "0.0.0.dev9"
1212
description = "Python extension for the Reflectivity Analysis Toolbox (RAT)"
1313
readme = "README.md"
1414
requires-python = ">=3.10"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from setuptools.command.build_clib import build_clib
99
from setuptools.command.build_ext import build_ext
1010

11-
__version__ = "0.0.0.dev8"
1211
PACKAGE_NAME = "ratapi"
1312

1413
with open("README.md") as f:
@@ -152,7 +151,6 @@ def build_libraries(self, libraries):
152151

153152
setup(
154153
name=PACKAGE_NAME,
155-
version=__version__,
156154
author="",
157155
author_email="",
158156
url="https://github.com/RascalSoftware/python-RAT",

0 commit comments

Comments
 (0)