Skip to content

Commit 4d98d03

Browse files
Merge pull request #14 from martinkilbinger/develop
v 0.0.3
2 parents 2f68563 + fb1fac0 commit 4d98d03

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#! /usr/bin/env python
2-
# -*- coding: utf-8 -*-
32

43
from setuptools import setup, find_packages
54
import os
65

76
# Set the package release version
87
major = 0
98
minor = 0
10-
patch = 2
9+
patch = 3
1110

1211
# Set the package details
1312
name = 'cs_util'

0 commit comments

Comments
 (0)