Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorsk1 committed Apr 11, 2021
1 parent b47698d commit 7bd3783
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

Full set of changes: [`0.1.0...0.2.0`](https://github.com/mgorsk1/snooker/compare/0.1.0...0.2.0)

6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# History of changes

## 0.2.0 (2021-04-11)


Full set of changes: [`0.1.0...0.2.0`](https://github.com/mgorsk1/snooker/compare/0.1.0...0.2.0)

## 0.1.0 (2021-04-11)

#### New Features

* initial development

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

__version__ = '0.1.0'
__version__ = '0.2.0'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
readme_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'README.md')
Expand Down

0 comments on commit 7bd3783

Please sign in to comment.