Skip to content

Commit 24602ef

Browse files
author
Vic-Nas
committed
Auto-generate docs and bump version to 0.2 [skip ci]
1 parent ad0a93d commit 24602ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="vicutils", # package name
5-
version="0.1",
5+
version="0.2",
66
packages=find_packages(), # finds vicutils folder automatically
77
install_requires=[], # optional, for dependencies
88
)

0 commit comments

Comments
 (0)