From 6fd1e63bb1984f632d8e2bc77a6f086bcfbea945 Mon Sep 17 00:00:00 2001 From: Lenny Truong Date: Thu, 21 Feb 2019 18:22:57 -0800 Subject: [PATCH] Add magma.syntax to package list --- CHANGELOG.md | 7 ++++++- setup.py | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc744f60..02bfa677c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/setup.py b/setup.py index 4f894abaa..30b7335e6 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -19,6 +19,7 @@ "magma.backend", "magma.passes", "magma.simulator", + "magma.syntax", "magma.testing" ], install_requires=[