Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bytbox committed Nov 21, 2011
1 parent 3d53810 commit d7480c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Data/LHE.hs
Expand Up @@ -32,7 +32,7 @@ data RawEvent = RawEvent [Double] [[Double]]
deriving (Eq, Show, Read)

version :: String
version = "0.1.1"
version = "0.2.1"

parseEventFile :: String -> IO [Event]
parseEventFile fname = do
Expand Down
6 changes: 3 additions & 3 deletions lhe.cabal
Expand Up @@ -6,13 +6,13 @@ Name: lhe
-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version: 0.2
Version: 0.2.1

-- A short (one-line) description of the package.
Synopsis: Parse for Les-Houches event files
Synopsis: Parser and writer for Les-Houches event files

-- A longer description of the package.
Description: This package implements a parser for the Les-Houches event file format as described in hep-ph/0609017
Description: This package implements a parser and writer for the Les-Houches event file format as described in hep-ph/0609017

-- The license under which the package is released.
License: MIT
Expand Down

0 comments on commit d7480c5

Please sign in to comment.