Skip to content

Commit

Permalink
Preparation for v0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Oct 22, 2021
1 parent e4f965a commit 13f405a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## RTXpy Changelog
------------------

### Version 0.0.2 - 22 October 2021
- Changes for building on conda-forge

### Version 0.0.1 - 8 October 2021
- Initial release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def build_extension(self, ext):
copyfile(src, dst)

setup(
version='0.0.1',
version='0.0.2',
ext_modules=[CMakeExtension('crtx','rtxpy')],
cmdclass=dict(build_ext=CMakeBuild),
)

0 comments on commit 13f405a

Please sign in to comment.