We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38daeca commit a4e2b21Copy full SHA for a4e2b21
fastgrab/metadata.py
@@ -5,7 +5,7 @@
5
package = 'fastgrab'
6
project = 'fastgrab'
7
project_no_spaces = project.replace(' ', '')
8
-version = '0.2.0'
+version = '0.3.0-dev'
9
description = 'Low level screen capture package with a numpy interface'
10
authors = ['Mher Kazandjian']
11
authors_string = ', '.join(authors)
0 commit comments