Skip to content

Commit

Permalink
version update from 1.0.0-rc0 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektrikAkar committed Aug 29, 2024
1 parent 56fffef commit 59511a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = DTWC++
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.0-rc0
PROJECT_NUMBER = 1.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="dtwcpp",
version="0.1.0",
version="1.0.0",
author="Volkan Kumtepeli",
author_email="[email protected]",
description="A test project using pybind11 and CMake",
Expand Down

0 comments on commit 59511a6

Please sign in to comment.