Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhales committed Nov 8, 2021
1 parent 7b6dd3d commit bdd79b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file should be committed to your app code.
version: 1.0
version: 1.1
# This should match the app - package name in your setup.py
name: lfhazard

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name=release_package,
version='1',
version='1.1',
description='A tool for retrieving liquefaction hazard parameters'
'several states.',
long_description='A tool for retrieving liquefaction hazard parameters based on Standard or Cone Penetration Tests '
Expand Down

0 comments on commit bdd79b1

Please sign in to comment.