Skip to content

Commit

Permalink
Update to version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Oct 10, 2023
1 parent b1542d4 commit 7a10f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.3
VERSION 0.5.4
LANGUAGES CXX)

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

__version__ = "0.5.3"
__version__ = "0.5.4"

0 comments on commit 7a10f95

Please sign in to comment.