diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2019 Simon Hengel <sol@typeful.net>
+Copyright (c) 2012-2021 Simon Hengel <sol@typeful.net>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/hspec-discover.cabal b/hspec-discover.cabal
--- a/hspec-discover.cabal
+++ b/hspec-discover.cabal
@@ -1,14 +1,14 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.2.
+-- This file has been generated from package.yaml by hpack version 0.34.3.
 --
 -- see: https://github.com/sol/hpack
 
 name:             hspec-discover
-version:          2.7.4
+version:          2.7.5
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2012-2019 Simon Hengel
+copyright:        (c) 2012-2021 Simon Hengel
 author:           Simon Hengel <sol@typeful.net>
 maintainer:       Simon Hengel <sol@typeful.net>
 build-type:       Simple
@@ -21,6 +21,7 @@
                   .
                   <http://hspec.github.io/hspec-discover.html>
 extra-source-files:
+    version.yaml
     test-data/nested-spec/Foo/Bar/BazSpec.hs
     test-data/nested-spec/Foo/BarSpec.hs
     test-data/nested-spec/FooSpec.hs
diff --git a/version.yaml b/version.yaml
new file mode 100644
--- /dev/null
+++ b/version.yaml
@@ -0,0 +1,1 @@
+&version 2.7.5
