Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a086bde

Browse files
Bump version: 0.0.1 → 0.0.2
1 parent 80c10bd commit a086bde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# the built documents.
5757
#
5858
# The short X.Y version.
59-
version = "0.0.1"
59+
version = "0.0.2"
6060
# The full version, including alpha/beta/rc tags.
6161
release = version
6262

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.0.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
test_suite="tests",
3939
tests_require=test_requirements,
4040
url="https://github.com/HBN3tw0rk/dcache",
41-
version="0.0.1",
41+
version="0.0.2",
4242
zip_safe=False,
4343
)

0 commit comments

Comments
 (0)