Skip to content

Commit

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

## [Unreleased]

## [0.1.17] - 2019-02-21
### Fixed
- Fixes installation issue where `magma.syntax` was not installed as a package

## [0.1.16] - 2019-02-21
### Addded
- https://github.com/phanrahan/magma/pull/354
Expand Down Expand Up @@ -42,7 +46,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.16...HEAD
[Unreleased]: https://github.com/phanrahan/magma/compare/v0.1.17...HEAD
[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
[0.1.14]: https://github.com/phanrahan/magma/compare/v0.1.13...v0.1.14
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit 6fd1e63

Please sign in to comment.