Skip to content

Commit

Permalink
fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yaotongms committed Nov 14, 2024
1 parent 8d6e78d commit fbff7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectedmachine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '1.0.0'
VERSION = '1.1.0'
try:
from azext_connectedmachine.manual.version import VERSION
except ImportError:
Expand Down

0 comments on commit fbff7b0

Please sign in to comment.