Skip to content

Commit

Permalink
Upgrade to crystal 0.34.0 and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarasti committed Apr 10, 2020
1 parent de0a98c commit 187204a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: statistics
version: 0.2.0
version: 0.3.0

authors:
- lbarasti <[email protected]>

crystal: 0.33.0
crystal: 0.34.0

license: MIT
2 changes: 1 addition & 1 deletion src/statistics.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "./lib/distributions"
# More flexible than a scientific-calculator, but not as exhaustive, yet.
module Statistics
extend self
VERSION = "0.2.0"
VERSION = "0.3.0"

# Computes several descriptive statistics of the passed array.
#
Expand Down

0 comments on commit 187204a

Please sign in to comment.