Skip to content

Commit

Permalink
Merge pull request #137 from aig-upf/devel
Browse files Browse the repository at this point in the history
Testing a possible fix for pyrddl dependency
  • Loading branch information
gfrances authored Apr 7, 2022
2 parents 9b695a4 + aaaac7c commit e061b94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Fixed

## [0.8.1] 2022-04-07
## [0.8.2] 2022-04-07
### Fixed
- Fixed pypi publishing workflow.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def main():
'numpy'
],
'rddl': [
"pyrddl @ https://github.com/thiagopbueno/pyrddl/archive/9ccab6a.zip#sha1=a584f90381bf7d48b85976807b9bc6c0cb2761ba"
"pyrddl"
],
'parsegen': [
'ply==3.11'
Expand Down
2 changes: 1 addition & 1 deletion src/tarski/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__version_info__ = (0, 8, 1)
__version_info__ = (0, 8, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit e061b94

Please sign in to comment.