We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1749735 commit 1bbdae1Copy full SHA for 1bbdae1
flit.ini
@@ -5,5 +5,4 @@ author-email = [email protected]
5
home-page = https://github.com/eirannejad/rpws
6
requires = requests (>=2.6)
7
requires-python= >=2.7
8
-description-file = README.md
9
classifiers = License :: OSI Approved :: MIT License
rpws/__init__.py
@@ -32,5 +32,9 @@
32
33
"""
34
35
+
36
+__version__ = "1.0.0"
37
38
39
from rpws.exceptions import *
40
from rpws.server import RevitServer
0 commit comments