Skip to content

Commit 59511a6

Browse files
committed
version update from 1.0.0-rc0 to 1.0.0
1 parent 56fffef commit 59511a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = DTWC++
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.0.0-rc0
51+
PROJECT_NUMBER = 1.0.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
126126
# logic and declaration, and simpler if you include description/version in a file.
127127
setup(
128128
name="dtwcpp",
129-
version="0.1.0",
129+
version="1.0.0",
130130
author="Volkan Kumtepeli",
131131
author_email="volkan.kumtepeli@gmail.com",
132132
description="A test project using pybind11 and CMake",

0 commit comments

Comments
 (0)