Skip to content

Commit

Permalink
Updated backend to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 26, 2022
1 parent dba5650 commit 6afa56b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 2.2.0
commit = True
tag = True

Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
description="An interactive GUI for whitebox-tools in a Jupyter-based environment",
install_requires=install_requires,
Expand All @@ -53,6 +54,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/giswqs/whiteboxgui',
version='0.7.0',
version='2.2.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion whiteboxgui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Qiusheng Wu"""
__email__ = '[email protected]'
__version__ = '0.7.0'
__version__ = '2.2.0'

from .whiteboxgui import show, update_package

0 comments on commit 6afa56b

Please sign in to comment.