Skip to content

Commit

Permalink
Prep for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-yankova committed Aug 10, 2021
1 parent 59edfef commit 490cc22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## [0.1.3] - 2021.08.10

### Fixed

- Fix dependency `calfem-python`

## [0.1.2] - 2021.08.10

### Added
Expand Down
2 changes: 1 addition & 1 deletion abaqus_parse/_version.py
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@ def get_changelog():
description="Abaqus input and output file readers and writers.",
install_requires=[
'numpy',
'calfem',
'calfem-python',
'fracture_fea_laf==0.1.1',
'plotly',
],
Expand Down

0 comments on commit 490cc22

Please sign in to comment.