Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Jun 5, 2017
1 parent 8c7b1a8 commit 76d7dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Required packages:
OpenCV has to be manually installed. The other package should auto-install themselves.

To install, simply use `sudo pip install imgaug`. That version might be outdated though. To always get the newest version directly from github use `sudo pip install git+https://github.com/aleju/imgaug`.
Alternatively, you can download the repository via `git clone https://github.com/aleju/imgaug` and install by using `python setup.py sdist && sudo pip install dist/imgaug-0.2.2b.tar.gz`.
Alternatively, you can download the repository via `git clone https://github.com/aleju/imgaug` and install by using `python setup.py sdist && sudo pip install dist/imgaug-0.2.3.tar.gz`.

To deinstall the library, just execute `sudo pip uninstall imgaug`.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

setup(
name="imgaug",
version="0.2.2b",
version="0.2.3",
author="Alexander Jung",
author_email="kontakt@ajung.name",
url="https://github.com/aleju/imgaug",
download_url="https://github.com/aleju/imgaug/archive/0.2.2b.tar.gz",
download_url="https://github.com/aleju/imgaug/archive/0.2.3.tar.gz",
install_requires=["scipy", "scikit-image>=0.11.0", "numpy>=1.7.0", "six"],
packages=find_packages(),
license="MIT",
Expand Down

0 comments on commit 76d7dc0

Please sign in to comment.