Skip to content

Commit

Permalink
Prepare for 0.09 version
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek committed Oct 19, 2023
1 parent 79b9b91 commit c7089ba
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.09

0.08 2023-10-19T10:19:44+02:00
- Fix typo in doc.
- Improve constructor doc.
Expand Down
4 changes: 2 additions & 2 deletions Hist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Error::Pure qw(err);
use List::Util qw(reduce);
use PYX::Parser;

our $VERSION = 0.08;
our $VERSION = 0.09;

# Constructor.
sub new {
Expand Down Expand Up @@ -325,6 +325,6 @@ BSD 2-Clause License
=head1 VERSION
0.08
0.09
=cut
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ resources:
homepage: https://github.com/michal-josef-spacek/PYX-Hist
license: http://opensource.org/licenses/bsd-license.php
repository: git://github.com/michal-josef-spacek/PYX-Hist
version: '0.08'
version: '0.09'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test_requires 'Capture::Tiny' => 0;
test_requires 'Test::More' => 0;
test_requires 'Test::NoWarnings' => 0;
tests_recursive;
version '0.08';
version '0.09';

# Run.
WriteAll();
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ LICENSE AND COPYRIGHT
BSD 2-Clause License

VERSION
0.08
0.09

2 changes: 1 addition & 1 deletion t/PYX-Hist/02-version.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ use Test::More 'tests' => 2;
use Test::NoWarnings;

# Test.
is($PYX::Hist::VERSION, 0.08, 'Version.');
is($PYX::Hist::VERSION, 0.09, 'Version.');

0 comments on commit c7089ba

Please sign in to comment.