Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denysgerasymuk799 committed Feb 5, 2023
1 parent 4558707 commit c76981b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 0.1.0 - 2023-02-06

- [PyPI](https://pypi.org/project/virny/0.1.0/)
- [PyPI](https://pypi.org/project/virny/0.1.1/)
- [GitHub](https://github.com/DataResponsibly/Virny/releases/tag/0.1.0)


Expand Down
2 changes: 1 addition & 1 deletion virny/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1, 0)
VERSION = (0, 1, 1)

__version__ = ".".join(map(str, VERSION))

0 comments on commit c76981b

Please sign in to comment.