Skip to content

Commit cab9a5e

Browse files
committed
Update version number
1 parent 120d43b commit cab9a5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Juan M. Carmona-Loaiza'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.0.19'
25+
release = '1.0.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------
@@ -52,4 +52,4 @@
5252
# Add any paths that contain custom static files (such as style sheets) here,
5353
# relative to this directory. They are copied after the builtin static files,
5454
# so a file named "default.css" will overwrite the builtin "default.css".
55-
html_static_path = []
55+
html_static_path = []

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="gisansexplorer", # Replace with your own username
8-
version="0.0.22",
8+
version="1.0.0",
99
author="Juan M. Carmona Loaiza",
1010
author_email="[email protected]",
1111
description="Nicos data reduction and visualisation tool",

0 commit comments

Comments
 (0)