We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61290c1 commit 239a362Copy full SHA for 239a362
1 file changed
setup.py
@@ -10,8 +10,8 @@
10
PACKAGEDIR = os.path.dirname(MODULEDIR)
11
12
# version requirements for pkgcraft C library
13
-MIN_VERSION = '0.0.2'
14
-MAX_VERSION = '0.0.2'
+MIN_VERSION = '0.0.3'
+MAX_VERSION = '0.0.3'
15
16
# running against git repo
17
GIT = os.path.exists(os.path.join(os.path.dirname(__file__), '.git'))
0 commit comments