Skip to content

Commit

Permalink
Fix setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jan 2, 2018
1 parent 47723ee commit 32a8169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True

Expand All @@ -14,14 +14,14 @@ replace = version='{new_version}'
universal = 1

[tool:pytest]
addopts =
addopts =
--verbose
--pep8
--cov-report xml
--cov-report term
--cov-report html
--cov=almar
pep8maxlinelength = 120
pep8ignore =
pep8ignore =
tests/*.py E501 # Allow long lines in tests

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
README = open(os.path.join(here, 'README.md')).read()

setup(name='almar',
version='0.6.2',
version='0.6.2', # Use bumpversio to update
description='Search and replace for subject fields in Alma records.',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 32a8169

Please sign in to comment.