Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
telescope
Commits
66888fb1
Commit
66888fb1
authored
Mar 22, 2018
by
Tammo Jan Dijkema
Browse files
Prepare for release 1.1.1
parent
07cc1678
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
66888fb1
...
...
@@ -3,7 +3,7 @@
from
setuptools
import
setup
,
find_packages
meta
=
dict
(
name
=
'telescope'
,
version
=
'1.1.
0
'
,
version
=
'1.1.
1
'
,
author
=
'Tammo Jan Dijkema'
,
author_email
=
'T.J.Dijkema@camras.nl'
,
url
=
'https://gitlab.camras.nl/dijkema/telescope'
,
...
...
telescope.py
View file @
66888fb1
...
...
@@ -18,7 +18,7 @@ logging.basicConfig(level=logging.DEBUG)
_telescope__num_instances
=
0
__version__
=
"1.1.
0
"
__version__
=
"1.1.
1
"
class
telescope
():
def
__init__
(
self
,
setmode
=
None
,
consoleHost
=
None
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment