diff --git a/.swift-version b/.swift-version
new file mode 100644
index 0000000..38f77a6
--- /dev/null
+++ b/.swift-version
@@ -0,0 +1 @@
+2.0.1
diff --git a/Readme.markdown b/Readme.markdown
index 8e6c59c..6e632f4 100644
--- a/Readme.markdown
+++ b/Readme.markdown
@@ -9,6 +9,7 @@ Simple static table views for iOS in Swift. Static's goal is to separate model d
| Swift Version | Static Version |
| ------------- | -------------- |
+| 3.0.1 | 2.0.1 |
| 3.0 | 2.0 |
| 2.3 | 1.2 |
| 2.2 | 1.1 |
diff --git a/Static.podspec b/Static.podspec
index ec1da35..545a578 100644
--- a/Static.podspec
+++ b/Static.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Static'
- spec.version = '2.0.0'
+ spec.version = '2.0.1'
spec.summary = 'Simple static table views for iOS in Swift.'
spec.description = 'Static provides simple static table views for iOS in Swift.'
spec.homepage = 'https://github.com/venmo/static'
diff --git a/Static.xcodeproj/project.pbxproj b/Static.xcodeproj/project.pbxproj
index 787f053..1677814 100644
--- a/Static.xcodeproj/project.pbxproj
+++ b/Static.xcodeproj/project.pbxproj
@@ -441,7 +441,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 3.0;
+ SWIFT_VERSION = 3.0.1;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
@@ -484,7 +484,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
- SWIFT_VERSION = 3.0;
+ SWIFT_VERSION = 3.0.1;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
diff --git a/Static/Info.plist b/Static/Info.plist
index dfb6492..783e22e 100644
--- a/Static/Info.plist
+++ b/Static/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.0
+ 2.0.1
CFBundleSignature
????
CFBundleVersion