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

Commit

Permalink
Fixes hookery version spec
Browse files Browse the repository at this point in the history
Bump version: 1.2.0 → 1.2.1
  • Loading branch information
jbasko committed Jan 15, 2018
1 parent 4ec2c27 commit 40f71ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = true
tag = false

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Real dependencies
#

hookery >=2.2.0, <=3.0.0
hookery >=2.2.0, <3.0.0

#
# Development only
Expand Down
2 changes: 1 addition & 1 deletion runtime_context/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.0'
__version__ = '1.2.1'

from .env2 import runtime_context_env
from .runtime_context import RuntimeContext
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(fname):
long_description=read('README.rst'),
packages=['runtime_context'],
install_requires=[
'hookery >=2.2.0, <=3.0.0',
'hookery >=2.2.0, <3.0.0',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 40f71ba

Please sign in to comment.