Skip to content

Commit 5718446

Browse files
committedMay 28, 2024
bump to version 0.5.7
1 parent f443bc3 commit 5718446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif ()
1010

1111
project(quokka
1212
DESCRIPTION "Quokka: A Fast and Accurate Binary Exporter"
13-
VERSION 0.5.6
13+
VERSION 0.5.7
1414
LANGUAGES CXX)
1515

1616
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

‎bindings/python/quokka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.6"
15+
__version__ = "0.5.7"

0 commit comments

Comments
 (0)
Please sign in to comment.