Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit fbc7bfe

Browse files
committed
version bump for new release
1 parent 61fa5ea commit fbc7bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyres/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.4.2'
1+
__version__ = '1.5'
22

33
from redis import Redis
44
from pyres.compat import string_types

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run_tests(self):
2222
result = pytest.main(self.test_args)
2323
sys.exit(result)
2424

25-
version='1.4.2'
25+
version='1.5'
2626
setup(
2727
name='pyres',
2828
version=version,

0 commit comments

Comments
 (0)