Skip to content

Commit

Permalink
changed for all files to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
verbalhanglider committed May 24, 2018
1 parent 0ff812d commit 4771ba9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions OLEMarcMigration/__init__.py
@@ -1,7 +1,7 @@
"""
findMarcRecordsInOLE: A web application intended to be able to a) extract a MARC record from the Solr index and b) generate IIIF record
findMarcRecordsInOLE: A command-line application intended to be able to a) extract a MARC record from the Solr index and b) generate IIIF record
"""

__author__ = "Tyler Danstrom"
__email__ = "tdanstrom@uchicago.edu"
__version__ = "1.0.0"
__version__ = "2.0.0"
2 changes: 1 addition & 1 deletion OLEMarcMigration/search/__main__.py
Expand Up @@ -3,7 +3,7 @@

__author__ = "Tyler Danstrom"
__email__ = "tdanstrom@uchicago.edu"
__version__ = "1.0.0"
__version__ = "2.0.0"

from argparse import ArgumentParser, Action, ArgumentError
from marcextraction.lookup import MarcFieldLookup
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# find MARC records in OLE [![v1.0.0](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/uchicago-library/findMarcRecordsInOle/releases)
# find MARC records in OLE [![v2.0.0](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://github.com/uchicago-library/findMarcRecordsInOle/releases)
[![Documentation Status](https://readthedocs.org/projects/findmarcrecordsinole/badge/?version=latest)](http://findmarcrecordsinole.readthedocs.io/en/latest/?badge=latest)

A command-line application intended to enable to users to extract a MARC record from their SRU API by querying for particular field values
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '2.0.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '2.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 2.0.0
commit = True
tag = True

Expand Down

0 comments on commit 4771ba9

Please sign in to comment.