We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac1d94 commit 9605578Copy full SHA for 9605578
docs/source/conf.py
@@ -25,9 +25,9 @@
25
author = 'LaMcube'
26
27
# The short X.Y version
28
-version = '1.4'
+version = '1.5'
29
# The full version, including alpha/beta/rc tags
30
-release = '1.4.3'
+release = '1.5.0'
31
32
33
# -- General configuration ---------------------------------------------------
setup.py
@@ -102,7 +102,7 @@
102
setup(
103
name='crappy',
104
105
- version='1.4.3',
+ version='1.5.0',
106
107
description='Command and Real-time Acquisition Parallelized in Python',
108
0 commit comments