diff --git a/seqid-streams.cabal b/seqid-streams.cabal
--- a/seqid-streams.cabal
+++ b/seqid-streams.cabal
@@ -1,26 +1,27 @@
 name:                seqid-streams
-version:             0.6.1
+version:             0.6.2
 synopsis:            Sequence ID IO-Streams
 description:         Uniquely identify elements in a sequenced stream
 License:             BSD3
 License-file:        LICENSE
 author:              Luke Hoersten
-maintainer:          luke@hoersten.org
+maintainer:          luke@bitnomial.com
+copyright:           Bitnomial, Inc. (c) 2016
 category:            IO-Streams
 build-type:          Simple
 cabal-version:       >= 1.10
-homepage:            https://github.com/LukeHoersten/seqid-streams
-bug-reports:         https://github.com/LukeHoersten/seqid-streams/issues
+homepage:            https://github.com/bitnomial/seqid-streams
+bug-reports:         https://github.com/bitnomial/seqid-streams/issues
 
 source-repository head
   type: git
-  location: git://github.com/LukeHoersten/seqid-streams.git
+  location: git://github.com/bitnomial/seqid-streams.git
 
 library
   exposed-modules: System.IO.Streams.SequenceId
 
-  build-depends: base       >= 4.7 && < 4.10
-               , io-streams >= 1.2 && < 1.4
+  build-depends: base       >= 4.7 && < 4.11
+               , io-streams >= 1.2 && < 1.5
                , seqid      >= 0.4 && < 0.6
 
   hs-source-dirs:      src
