Skip to content

Commit

Permalink
Update to version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Mar 20, 2024
1 parent 3f9e327 commit a3de4c3
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.4
VERSION 0.5.5
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.4"
__version__ = "0.5.5"

0 comments on commit a3de4c3

Please sign in to comment.