Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel Slama committed Feb 5, 2015
1 parent e7f7591 commit ac75454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Command Line Interface Versions ##
* v1.0.0 (2015/02/??)
* v1.0.0 (2015/02/05)
* Initial Release
2 changes: 1 addition & 1 deletion counterpartycli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os, sys

APP_VERSION = '1.0.0rc7'
APP_VERSION = '1.0.0'

CURR_DIR = os.path.dirname(os.path.realpath(os.path.join(os.getcwd(), os.path.expanduser('__file__'))))
WIN_EXE_LIB = os.path.normpath(os.path.join(CURR_DIR, 'library'))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run(self):
'colorlog>=2.4.0',
'python-dateutil>=2.2',
'requests>=2.3.0',
'counterparty-lib>=9.49.4rc7'
'counterparty-lib>=9.49.4'
]

setup_options = {
Expand Down

0 comments on commit ac75454

Please sign in to comment.