Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit 93c4029

Browse files
committed
Fix Versioning
1 parent bc20215 commit 93c4029

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

disctools/__version_info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __repr__(self) -> str:
6161
version_info = VersionInfo(
6262
major = 0,
6363
minor = 3,
64-
patch = 0,
64+
patch = 1,
6565
status = status_map["final"],
6666
)
6767

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from setuptools import setup
2-
import pathlib
32

43
with open("README.md", "r") as ReadHead:
54
long_description = ReadHead.read()

version.num

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3
1+
0.3.1

0 commit comments

Comments
 (0)