Skip to content

Commit de3437b

Browse files
committed
Change package version to 0.1.2.dev1
New version! With only one failing test!
1 parent a73855f commit de3437b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

44
setup(
55
name='concat',
6-
version='0.1.0.dev1',
6+
version='0.1.2.dev1',
77
description='An experimental concatenative Python-based programming language', # noqa
88
long_description=open('README.md').read(),
99
url='https://github.com/jmanuel1/concat',

0 commit comments

Comments
 (0)