Skip to content

Commit

Permalink
bump: version
Browse files Browse the repository at this point in the history
  • Loading branch information
metaist committed Aug 22, 2021
1 parent b842875 commit 46e5ddf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
[semantic versioning]: http://semver.org/spec/v2.0.0.html

---

[1.0.0]: https://github.com/metaist/ezq/commits/1.0.0

## [1.0.0] - 2021-08-20T19:50Z

Initial release.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An easy way to get started using queues and multiprocessing in python.
pip install ezq
```

## Quick Start
## Examples

The general idea is that you connect subprocesses (workers) with queues.

Expand Down Expand Up @@ -39,3 +39,7 @@ def main():
if __name__ == "__main__":
main()
```

## License

[MIT License](./LICENSE.md)
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
license_files = LICENSE.md

0 comments on commit 46e5ddf

Please sign in to comment.