Skip to content

Commit

Permalink
bump version to 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Oct 10, 2011
1 parent c247999 commit 8bfd10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Math/ODE.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Data::Dumper;
use Carp;
my $VERSION = '0.05_01';
my $VERSION = '0.06';

$Data::Dumper::Varname = "y";
$Data::Dumper::Indent = 1;
Expand Down Expand Up @@ -343,7 +343,7 @@ This should be called after C<$o-E<gt>evolve>.
=head1 LATEST CODE
The latest released version can always be found at http://search.cpan.org/dist/Math-ODE/ and
The latest released version can always be found at https://metacpan.org/module/Math::ODE and
the git repository lives at https://github.com/leto/math--ode .
=head1 AUTHOR
Expand Down

0 comments on commit 8bfd10a

Please sign in to comment.