Skip to content

Commit

Permalink
Install magma.ssa package in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Feb 22, 2019
1 parent 6fd1e63 commit 74a7bd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.18] - 2019-02-22
### Fixed
- Fixes installation issue where `magma.ssa` was not installed as a package


## [0.1.17] - 2019-02-21
### Fixed
- Fixes installation issue where `magma.syntax` was not installed as a package
Expand Down Expand Up @@ -46,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed bug in uniquification error mode.

[Unreleased]: https://github.com/phanrahan/magma/compare/v0.1.17...HEAD
[Unreleased]: https://github.com/phanrahan/magma/compare/v0.1.18...HEAD
[0.1.17]: https://github.com/phanrahan/magma/compare/v0.1.17...v0.1.18
[0.1.16]: https://github.com/phanrahan/magma/compare/v0.1.16...v0.1.17
[0.1.16]: https://github.com/phanrahan/magma/compare/v0.1.15...v0.1.16
[0.1.15]: https://github.com/phanrahan/magma/compare/v0.1.14...v0.1.15
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='magma-lang',
version='0.1.17',
version='0.1.18',
url='https://github.com/phanrahan/magma',
license='MIT',
maintainer='Lenny Truong',
Expand All @@ -20,6 +20,7 @@
"magma.passes",
"magma.simulator",
"magma.syntax",
"magma.ssa",
"magma.testing"
],
install_requires=[
Expand Down

0 comments on commit 74a7bd6

Please sign in to comment.