We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f443bc3 commit 5718446Copy full SHA for 5718446
CMakeLists.txt
@@ -10,7 +10,7 @@ endif ()
10
11
project(quokka
12
DESCRIPTION "Quokka: A Fast and Accurate Binary Exporter"
13
- VERSION 0.5.6
+ VERSION 0.5.7
14
LANGUAGES CXX)
15
16
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
bindings/python/quokka/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "0.5.6"
+__version__ = "0.5.7"
0 commit comments