Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvass-Labs committed Jan 17, 2022
1 parent d5d6abe commit ad6a653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes to the InvestOps Python package

## Version 0.2.0 (2021-???)
## Version 0.2.0 (2021-01-17)

Added the following features:

Expand Down
2 changes: 1 addition & 1 deletion investops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# The version is also defined in setup.py and must be updated in both places.
__version__ = "0.1.0"
__version__ = "0.2.0"
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 setup

# Also defined in investops/__init__.py and must be updated in both places.
MY_VERSION = '0.1.0'
MY_VERSION = '0.2.0'

setup(
name='investops',
Expand Down

0 comments on commit ad6a653

Please sign in to comment.