diff --git a/README.md b/README.md
index f52ad46..5532f01 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -17,15 +17,16 @@
**Datasets and benchmarks for neural Monte Carlo denoising.**
-
+
-
+What is Monte Carlo denoising?
+------------------------------
-What is Monte Carlo denoising?
+Read More
-
+
Monte Carlo integration Kmhkmh
diff --git a/noisebase/__init__.py b/noisebase/__init__.py
index d271657..fef7849 100644
--- a/noisebase/__init__.py
+++ b/noisebase/__init__.py
@@ -9,7 +9,7 @@
`Noisebase` function should you wish to keep your use of Hydra to a minimum.
"""
-__version__ = '0.1'
+__version__ = '1.1'
import os
diff --git a/pyproject.toml b/pyproject.toml
index 3c83781..be45fd2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,13 +12,14 @@ dependencies = [
"zarr>=2",
"pytorch-msssim",
"hydra-core",
+ "requests",
"tqdm"
]
authors = [{name = "Martin Bálint", email = "martin@balint.io"}]
readme = "README.md"
keywords = ["denoising", "Monte Carlo", "MC", "neural"]
classifiers = [
- "Development Status :: 1 - Planning",
+ "Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"Environment :: GPU",