Skip to content

Commit d4be352

Browse files
committed
bump version
1 parent 018c3ed commit d4be352

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
DIST := dist
22

3-
all: clean
3+
build: clean
44
python setup.py sdist
55
python setup.py bdist_wheel --universal
66

77
clean:
88
rm -rf $(DIST)
99

10-
check:
10+
check: build
1111
twine check $(DIST)/*
1212

13-
upload:
13+
upload: check
1414
twine upload $(DIST)/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212

1313
name='dateutils',
14-
version='0.6.10',
14+
version='0.6.12',
1515

1616
description='Various utilities for working with date and datetime objects',
1717

0 commit comments

Comments
 (0)