We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460ed81 commit d8f08ffCopy full SHA for d8f08ff
drudge/__init__.py
@@ -18,7 +18,7 @@
18
from .clifford import CliffordDrudge, inner_by_delta
19
from .utils import sum_, prod_, Stopwatch
20
21
-__version__ = '0.4.0dev'
+__version__ = '0.4.0'
22
23
__all__ = [
24
# Canonpy.
setup.py
@@ -40,7 +40,7 @@
40
41
setup(
42
name='drudge',
43
- version='0.4.0dev',
+ version='0.4.0',
44
description=DESCRIPTION.splitlines()[0],
45
long_description=DESCRIPTION,
46
url='https://github.com/tschijnmo/drudge',
0 commit comments