Skip to content

Commit

Permalink
incremented patch version for arxiv.users
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpeirson committed Aug 2, 2018
1 parent 353d52e commit 3e3115b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accounts/Pipfile
Expand Up @@ -18,7 +18,7 @@ sqlalchemy = "*"
uwsgi = "*"
wtforms = "*"
arxiv-base = "==0.9.2"
arxiv-auth = "==0.0.6"
arxiv-auth = "==0.0.7"

[dev-packages]
mimesis = "*"
Expand Down
2 changes: 1 addition & 1 deletion users/setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='arxiv-auth',
version='0.0.6',
version='0.0.7',
packages=[f'arxiv.{package}' for package
in find_packages('./arxiv', exclude=['*test*'])],
install_requires=[
Expand Down

0 comments on commit 3e3115b

Please sign in to comment.