Skip to content

Commit

Permalink
updated version to reflect new functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
achapkowski committed Jul 10, 2015
1 parent 0b3af91 commit a4a58aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hermes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Intializer of hermes
"""
__version__ = "1.0.0"
__version__ = "1.1.0"
import common
from paperwork import Paperwork
4 changes: 4 additions & 0 deletions src/hermes/common.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
contains some common functions
"""
__version__ = "1.1.0"
import json
import traceback
import sys
Expand Down
2 changes: 1 addition & 1 deletion src/hermes/paperwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Requires : Python 2.7.x, ArcGIS 10.3.1
"""
__version__ = "1.0.0"
__version__ = "1.1.0"
import os
import arcpy
import json
Expand Down

0 comments on commit a4a58aa

Please sign in to comment.