Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Bump version to v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oz Tiram committed Dec 5, 2019
1 parent 22e7167 commit 456e8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pkg_resources
__version__ = pkg_resources.get_distribution('koris').version
except pkg_resources.DistributionNotFound:
__version__ = '1.3.3'
__version__ = '1.3.4'

# Defining some constants
MASTER_PREFIX = "master"
Expand Down

0 comments on commit 456e8bc

Please sign in to comment.