Skip to content

Commit

Permalink
Bump version: 0.2.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Jul 1, 2022
1 parent d347df9 commit 83ba323
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![github version](https://img.shields.io/badge/Version-0.2.0-informational)
[![pypi version](https://img.shields.io/pypi/v/dynast-release)](https://pypi.org/project/dynast-release/0.2.0/)
![github version](https://img.shields.io/badge/Version-1.0.0-informational)
[![pypi version](https://img.shields.io/pypi/v/dynast-release)](https://pypi.org/project/dynast-release/1.0.0/)
![python versions](https://img.shields.io/pypi/pyversions/dynast-release)
![status](https://github.com/aristoteleo/dynast-release/workflows/CI/badge.svg)
[![docs](https://readthedocs.org/projects/dynast-release/badge/?version=latest)](https://dynast-release.readthedocs.io/en/latest/?badge=latest)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
copyright = '2022, Kyung Hoi (Joseph) Min'
author = 'Kyung Hoi (Joseph) Min'

release = '0.2.0'
release = '1.0.0'
master_doc = 'index'

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dynast/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '1.0.0'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 1.0.0
commit = True
tag = True

Expand Down Expand Up @@ -41,4 +41,4 @@ split_complex_comprehension = True

[isort]
multi_line_output = 3
include_trailing_comma = true
include_trailing_comma = true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(path):

setup(
name='dynast-release',
version='0.2.0',
version='1.0.0',
url='https://github.com/aristoteleo/dynast-release',
author='Kyung Hoi (Joseph) Min',
author_email='[email protected]',
Expand Down

0 comments on commit 83ba323

Please sign in to comment.