[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/code-cells 44546ca256 2/2: Version 0.4
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/code-cells 44546ca256 2/2: Version 0.4 |
|
Date: |
Sun, 19 Nov 2023 18:57:32 -0500 (EST) |
branch: externals/code-cells
commit 44546ca256f3da29e3ac884e3d699c8455acbd6e
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>
Version 0.4
---
code-cells.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code-cells.el b/code-cells.el
index 731236a906..e38d321e38 100644
--- a/code-cells.el
+++ b/code-cells.el
@@ -1,12 +1,12 @@
;;; code-cells.el --- Lightweight notebooks with support for ipynb files -*-
lexical-binding: t; -*-
-;; Copyright (C) 2022 Free Software Foundation, Inc.
+;; Copyright (C) 2022, 2023 Free Software Foundation, Inc.
;; Author: Augusto Stoffel <arstoffel@gmail.com>
;; Keywords: convenience, outlines
;; URL: https://github.com/astoff/code-cells.el
;; Package-Requires: ((emacs "27.1"))
-;; Version: 0.3
+;; Version: 0.4
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by