Skip to content

Commit

Permalink
feat: Bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Challande committed Nov 29, 2022
1 parent b8e2826 commit 1f3673c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif ()

project(quokka
DESCRIPTION "Quokka: A Fast and Accurate Binary Exporter"
VERSION 0.0.4
VERSION 0.0.5
LANGUAGES CXX)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
Expand Down
4 changes: 2 additions & 2 deletions bindings/python/quokka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.0.4"
__quokka_version__ = "0.0.4"
__version__ = "1.0.5"
__quokka_version__ = "0.0.5"

import quokka.analysis
import quokka.backends
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="quokka-project",
version="1.0.4",
version="1.0.5",
author="Alexis <dm> Challande",
author_email="[email protected]",
url="https://github.com/quarkslab/quokka",
Expand Down

0 comments on commit 1f3673c

Please sign in to comment.