Skip to content

Commit

Permalink
Bump the version number to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Jan 31, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a04cf2a commit 696f078
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loris/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.3'
__version__ = '3.0.0'
2 changes: 1 addition & 1 deletion loris/transforms.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
import multiprocessing
from logging import getLogger
from math import ceil, log
iomport os
import os
from os import path
import platform
import subprocess

0 comments on commit 696f078

Please sign in to comment.