Skip to content

Commit 2f9fb76

Browse files
committed
Update version
1 parent 15ece1f commit 2f9fb76

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
long_description = f.read()
1414
except IOError:
1515
long_description = '''
16-
The ThingsDB connector can be used to communicate with ThingsDB.
17-
18-
Besides a connector it also contains an ORM layer which can be used for
19-
creating models and subscribing to things within a collection.
16+
The ThingsDB connector can be used to communicate with ThingsDB with support
17+
for joining rooms to listens for events.
2018
'''.strip()
2119

2220
setup(
@@ -53,7 +51,7 @@
5351
'msgpack',
5452
'deprecation'
5553
],
56-
keywords='database connector orm',
54+
keywords='database connector',
5755

5856
# You can just specify the packages manually here if your project is
5957
# simple. Or you can use find_packages().

thingsdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0rc2'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)