We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7953268 commit 5dd25e2Copy full SHA for 5dd25e2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.11.1
+current_version = 1.0.0
3
commit = True
4
message =
5
Prepare for {new_version} release
NEWS.rst
@@ -4,3 +4,8 @@ file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
6
.. towncrier release notes start
7
+
8
+memray 1.0.0 (2023-04-06)
9
+-------------------------
10
11
+- Initial release.
src/pystack/_version.py
@@ -1 +1 @@
-__version__ = "2.11.1"
+__version__ = "1.0.0"
0 commit comments