We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f859a39 commit 88d9abbCopy full SHA for 88d9abb
README.md
@@ -705,7 +705,7 @@ Optional arguments:
705
706
## Release notes
707
708
-### 1.1.1 (2023-08-18)
+### 1.1.2 (2023-08-18)
709
710
- Fixed installation on Python 3.11.
711
- Added installation notes about pipx.
ccbrowse/__init__.py
@@ -2,4 +2,4 @@
2
from . import server
3
from .profile import *
4
5
-__version__ = '1.1.1'
+__version__ = '1.1.2'
setup.py
@@ -46,7 +46,7 @@ def run(self):
46
47
setup(
48
name='ccbrowse',
49
- version='1.1.1',
+ version='1.1.2',
50
description='Web application for browsing data from the CALIPSO and CloudSat satellites',
51
author='Peter Kuma',
52
author_email='peter@peterkuma.net',
0 commit comments