summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-01-22 08:01:58 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-01-22 08:40:15 +0200
commit9aa8480b5d2d033dbd9b634fa736d8f25150c40d (patch)
treee434bcd616c613baf693999c1331e3650944684b /src
parente29a5bdd0817f4068aac83edf110caf7c421f574 (diff)
downloadwheel-git-9aa8480b5d2d033dbd9b634fa736d8f25150c40d.tar.gz
Switched to setuptools_scm
New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow.
Diffstat (limited to 'src')
-rw-r--r--src/wheel/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py
index 5df0e1b..d986e5b 100644
--- a/src/wheel/__init__.py
+++ b/src/wheel/__init__.py
@@ -1,2 +1 @@
-# __variables__ with double-quoted values will be available in setup.py:
-__version__ = "0.33.6"
+from ._version import version as __version__ # noqa: F401