diff --git a/README.md b/README.md
index a274ee7..89806e0 100644
--- a/README.md
+++ b/README.md
@@ -16,14 +16,14 @@ Asynchronous clients are provided for the following services:
aws-wrap is built for both Scala 2.10.x and 2.11.x against AWS Java SDK 1.9.x (for AWS Java SDK 1.8.x, use the 0.6.4 release of aws-wrap). Binary releases are available from [Bintray]('https://bintray.com/dwhjames/maven/aws-wrap/view?source=watch').
-
+
If you are using SBT, simply add the following to your `build.sbt` file:
```
resolvers += Resolver.bintrayRepo("dwhjames", "maven")
-libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.7.2"
+libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.7.3"
```
## License
diff --git a/version.sbt b/version.sbt
index 3d9f084..6f17ac4 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.7.2"
+version in ThisBuild := "0.7.3"