Skip to content

Commit 95de60f

Browse files
committed
Release : Version 0.1.11 release preparations
1 parent d39036e commit 95de60f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

AutoCAD/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .AutoCAD_Module import *
2-
__version__ = "0.1.10"
2+
__version__ = "0.1.11"

AutoCAD/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
print("| github: https://github.com/Jones-peter By - JonesPeter |")
88
print("| |")
99
print("╚──────────────────────────Unlimited CAD Automation───────────────────────────╝")
10-
print(f"Version - 0.1.10")
10+
print(f"Version - 0.1.11")

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="AutoCAD",
11-
version="0.1.10",
11+
version="0.1.11",
1212
packages=find_packages(),
1313
install_requires=requirements,
1414
entry_points={
@@ -19,7 +19,7 @@
1919
keywords=["autocad", "automation", "activex", "comtypes", "AutoCAD", "AutoCADlib"],
2020
author="Jones Peter",
2121
author_email="[email protected]",
22-
url="https://github.com/Jones-peter",
22+
url="https://github.com/Jsweb-Tech/AutoCAD",
2323
description="A professional AutoCAD automation package with many functions.",
2424
long_description=open('README.md').read(),
2525
long_description_content_type='text/markdown',
@@ -33,8 +33,8 @@
3333
],
3434
include_package_data=True,
3535
project_urls={
36-
"Homepage": "https://github.com/Jones-peter/AutoCAD",
37-
"Documentation": "https://autocad-automation.readthedocs.io/",
38-
"Bug Tracker": "https://github.com/Jones-peter/AutoCAD/issues",
36+
"Homepage": "https://github.com/Jsweb-Tech/AutoCAD",
37+
"Documentation": "https://jsweb-tech.github.io/AutoCAD/",
38+
"Bug Tracker": "https://github.com/Jsweb-Tech/AutoCAD/issues",
3939
},
4040
)

0 commit comments

Comments
 (0)