diff --git a/README.md b/README.md
index b34c106..8200775 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# CorKit: Coronagraph Science Kit
-
+
**CorKit** is an open-source Python library designed to streamline the
retrieval and preprocessing of solar coronagraph data. Its primary aim
@@ -12,7 +12,7 @@ is to democratize access to coronagraph data, enabling a broader community
of solar scientists to engage in research without the need for proprietary
software like IDL. It's derived from [Solarsoft](https://www.lmsal.com/solarsoft/):
-
+
## Key Features:
diff --git a/corkit/lasco.py b/corkit/lasco.py
index 994c521..3c682e6 100644
--- a/corkit/lasco.py
+++ b/corkit/lasco.py
@@ -15,7 +15,7 @@
import os
import glob
-version = '1.0.10'
+version = '1.0.11'
#done
def level_1(
diff --git a/corkit/utils.py b/corkit/utils.py
index 4354d09..3e11f96 100644
--- a/corkit/utils.py
+++ b/corkit/utils.py
@@ -13,7 +13,7 @@
import glob
import os
-version = '1.0.10'
+version = '1.0.11'
radeg = 180/np.pi
diff --git a/setup.py b/setup.py
index 2cf5fe7..79ce023 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def run(self):
install.run(self)
subprocess.check_call([sys.executable, 'corkit/dataset.py'])
-version = '1.0.10'
+version = '1.0.11'
def find_calibration_files():
module_root = os.path.dirname(__file__)