README.md

# Seasonal

[![Build Status](https://travis-ci.org/lee-dohm/seasonal.svg?branch=master)](https://travis-ci.org/lee-dohm/seasonal)

A simple worker pool written in Elixir.

## Installation

The latest version is `0.3.0` and requires Elixir `~> 1.0`. New releases may change this minimum compatible version depending on breaking language changes.

Releases are published through [hex.pm](https://hex.pm/packages/seasonal). Add as a dependency in your `mix.exs` file:

```elixir
defp deps do
  [ { :seasonal, "~> 0.3" } ]
end
```

## Copyright

Copyright © 2016 by [Lee Dohm](http://www.lee-dohm.com). See [LICENSE](https://raw.githubusercontent.com/lee-dohm/package-name/master/LICENSE.md) for details.