Skip to content

Commit d63460f

Browse files
committed
Increase version 3.1.6 -> 3.1.7
1 parent 40ac896 commit d63460f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env python
22
from setuptools import setup, find_packages # This setup relies on setuptools since distutils is insufficient and badly hacked code
33

4-
version = '3.1.6.dev0'
5-
author = 'David-Leon Pohl, Jens Janssen'
6-
4+
version = '3.1.7'
5+
author = 'Yannick Dieter, David-Leon Pohl, Jens Janssen'
6+
77

88
# requirements for core functionality from requirements.txt
99
with open('requirements.txt') as f:

0 commit comments

Comments
 (0)