Skip to content

Commit 239a362

Browse files
committed
setup.py: bump pkgcraft-c version requirements
1 parent 61290c1 commit 239a362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
PACKAGEDIR = os.path.dirname(MODULEDIR)
1111

1212
# version requirements for pkgcraft C library
13-
MIN_VERSION = '0.0.2'
14-
MAX_VERSION = '0.0.2'
13+
MIN_VERSION = '0.0.3'
14+
MAX_VERSION = '0.0.3'
1515

1616
# running against git repo
1717
GIT = os.path.exists(os.path.join(os.path.dirname(__file__), '.git'))

0 commit comments

Comments
 (0)