diff --git a/README.rst b/README.rst index c3a71a2..e69b684 100644 --- a/README.rst +++ b/README.rst @@ -169,8 +169,8 @@ Changelog .. scriv-start-here -Unreleased ----------- +2.0.0 — 2023-07-02 +------------------ - The default polling interval is now 15 seconds. diff --git a/src/watchgha/__init__.py b/src/watchgha/__init__.py index 5becc17..8c0d5d5 100644 --- a/src/watchgha/__init__.py +++ b/src/watchgha/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "2.0.0"