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
Joran Angevaare committed Oct 7, 2022
1 parent 374ca9e commit e399348
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.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
files = setup.py thesis_plots/__init__.py
commit = True
tag = True
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def open_requirements(path):
tests_requires = open_requirements('extra_requirements/requirements-tests.txt')

setuptools.setup(name='thesis_plots',
version='0.2.0',
version='1.0.0',
description='Collection of plots for dissertation',
author='J. R. Angevaare',
url='https://github.com/JoranAngevaare/thesis_plots',
Expand Down
2 changes: 1 addition & 1 deletion thesis_plots/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.0'
__version__ = '1.0.0'

from .density_profile import *
from .main import *
Expand Down

0 comments on commit e399348

Please sign in to comment.