Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Jul 15, 2024
1 parent a6a0c6c commit 37d42dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zmq.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;; 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

;; Author: Nathaniel Nicandro <[email protected]>
;; 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
Expand Down Expand Up @@ -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'.")
Expand Down

0 comments on commit 37d42dc

Please sign in to comment.