Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upgraded the version number
  • Loading branch information
dorothyhu committed Jul 28, 2021
commit c1768f212a3ce7ef123715690cd3ab4789491f4e
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 = '0.1.0'
VERSION = '0.4.0'
try:
from azext_connectedmachine.manual.version import VERSION
except ImportError:
Expand Down