Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matael committed Oct 27, 2021
1 parent cd14602 commit 717964d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.8.0 - 2021/10/27

### Changed

- Fixed the formulation of the elastic to rigid backing interface

## 1.7.1 - 2020/05/29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pymls/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = '1.7'
__VERSION__ = '1.8'

from pymls.solver import Solver
from pymls.layers import Layer, StochasticLayer
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
long_description = fh.read()

setup(name='pymls',
version='1.7.1',
version='1.8.0',
description='Acoustic multilayer solver in Python',
long_description=long_description,
url='https://github.com/cpplanes/pymls',
Expand Down

0 comments on commit 717964d

Please sign in to comment.