Skip to content

Commit

Permalink
bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Mar 19, 2023
1 parent 30d662c commit 5faf46f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: symbolic
Version: 3.1.0
Date: 2022-03-19
Version: 3.1.1
Date: 2023-03-19
Author: Colin B. Macdonald <[email protected]>
Maintainer: Colin B. Macdonald <[email protected]>
Title: Octave Symbolic Package using SymPy
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
octsympy 3.1.0 (2023-03-19)
octsympy 3.1.1 (2023-03-19)
===========================

* New symbolic commands:
Expand Down
4 changes: 2 additions & 2 deletions inst/sympref.m
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
%% @example
%% @group
%% sympref version
%% @result{} 3.1.0
%% @result{} 3.1.1
%% @end group
%% @end example
%%
Expand Down Expand Up @@ -217,7 +217,7 @@

case 'version'
assert (nargin == 1)
varargout{1} = '3.1.0';
varargout{1} = '3.1.1';

case 'display'
if (nargin == 1)
Expand Down

0 comments on commit 5faf46f

Please sign in to comment.