From 37d42dc37506234aa4b35bec6c98500e6f648363 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Mon, 15 Jul 2024 16:22:44 -0500 Subject: [PATCH] Bump version --- zmq.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zmq.el b/zmq.el index 122bc47..e1492be 100644 --- a/zmq.el +++ b/zmq.el @@ -1,4 +1,4 @@ -;;; zmq.el --- ZMQ bindings in elisp -*- lexical-binding: t -*- +;;; zmq.el --- ZMQ bindings in Emacs-Lisp -*- lexical-binding: t -*- ;; Copyright (C) 2018-2024 Nathaniel Nicandro @@ -6,7 +6,7 @@ ;; Created: 05 Jan 2018 ;; URL: https://github.com/nnicandro/emacs-zmq ;; Keywords: comm -;; Version: 1.0.0 +;; Version: 1.0.1 ;; Package-Requires: ((cl-lib "0.5") (emacs "26")) ;; This program is free software; you can redistribute it and/or @@ -37,7 +37,7 @@ "ZMQ bindings for Emacs" :group 'communication) -(defconst zmq-emacs-version "v1.0.0") +(defconst zmq-emacs-version "v1.0.1") (defvar zmq-current-context nil "The context set by the function `zmq-current-context'.")