Skip to content

Commit 1bbdae1

Browse files
committed
Updated flit config and added version
1 parent 1749735 commit 1bbdae1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

flit.ini

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ author-email = [email protected]
55
home-page = https://github.com/eirannejad/rpws
66
requires = requests (>=2.6)
77
requires-python= >=2.7
8-
description-file = README.md
98
classifiers = License :: OSI Approved :: MIT License

rpws/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@
3232
3333
"""
3434

35+
36+
__version__ = "1.0.0"
37+
38+
3539
from rpws.exceptions import *
3640
from rpws.server import RevitServer

0 commit comments

Comments
 (0)