Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Feb 27, 2021
1 parent 4406c76 commit ddca83f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scilpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 1
_version_minor = 0
_version_minor = 1
_version_micro = ''
_version_extra = ''

Expand Down Expand Up @@ -50,8 +50,8 @@
"""

NAME = "scilpy"
MAINTAINER = "Jean-Christophe Houde"
MAINTAINER_EMAIL = "jean.christophe.houde@gmail.com"
MAINTAINER = "Arnaud Boré"
MAINTAINER_EMAIL = "arnaud.bore@gmail.com"
DESCRIPTION = description
LONG_DESCRIPTION = long_description
URL = "https://github.com/scilus/scilpy"
Expand All @@ -65,3 +65,5 @@
MICRO = _version_micro
VERSION = __version__
SCRIPTS = glob.glob("scripts/*.py")

PREVIOUS_MAINTAINERS=["Jean-Christophe Houde"]

0 comments on commit ddca83f

Please sign in to comment.