Skip to content

Commit 0b9b8d6

Browse files
authored
fix: Post-release 1.0.0.post1 (#44)
The only way to update a description in PyPi is to upload new files; however, uploading an existing version is prohibited. The recommended way to deal with this is with [post-releases](https://www.python.org/dev/peps/pep-0440/#post-releases).
1 parent 1b2478e commit 0b9b8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/braket/default_simulator/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
Version number (major.minor.patch[-label])
1616
"""
1717

18-
__version__ = "1.0.0"
18+
__version__ = "1.0.0.post1"

0 commit comments

Comments
 (0)