Skip to content

Commit

Permalink
set version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Jul 20, 2020
1 parent cf49d09 commit d18eb00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
# built documents.
#
# The short X.Y version.
version = '-v'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '-v'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pylustrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from .lab_colormap import LabColormap
from .helper_functions import loadFigureFromFile as load

__version__ = '-v'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pass

setup(name='pylustrator',
version="-v",
version="1.0.0",
description='Adds interactivity to arrange panels in matplotlib',
long_description=long_description,
url='https://bitbucket.org/fabry_biophysics/pylustrator',
Expand Down

0 comments on commit d18eb00

Please sign in to comment.