Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
use pyTUID 1.1.1
Browse files Browse the repository at this point in the history
bump version to 0.8
  • Loading branch information
exploide committed May 14, 2017
1 parent ec3b779 commit da5d781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):

setup(
name='pyBuchaktion',
version='0.7',
version='0.8',
packages=find_packages(),
include_package_data=True,
license='AGPL-3.0',
Expand All @@ -57,10 +57,10 @@ def run(self):
install_requires=[
'django>=1.10.0',
'django-import-export',
'pyTUID>=1.1.0',
'pyTUID>=1.1.1',
],
dependency_links=[
'git+https://github.com/d120/pyTUID#egg=pyTUID-1.1.0',
'git+https://github.com/d120/pyTUID#egg=pyTUID-1.1.1',
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit da5d781

Please sign in to comment.