Skip to content

Commit

Permalink
bump to 0.4.1
Browse files Browse the repository at this point in the history
I was going to set the version to 0.4.0 but found out:

 - `0.4.0` was released to PyPi in Dec 3, 2020: https://pypi.org/project/Figures/0.4.0/
 - There were not git tag on GitHub

So I "fixed" the situation by:
 - Jumping from 0.4.dev17 to 0.4.1
 - I made a backtracking git 0.4.0 tag on GitHub: https://github.com/appsembler/figures/releases/tag/0.4.0
  • Loading branch information
OmarIthawi committed Jan 28, 2022
1 parent d8c76f9 commit 329c865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='Figures',
version='0.4.dev17',
version='0.4.1',
packages=find_packages(),
include_package_data=True,
license='MIT',
Expand Down

0 comments on commit 329c865

Please sign in to comment.