Skip to content

Commit

Permalink
Bump version in v0.3.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Nov 9, 2017
1 parent 1108bce commit 1f694e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ def make_relative_rpath(path):
)
extensions.append(THCUNN)

version = '0.2.0'
version = '0.3.0b0'
if os.getenv('PYTORCH_BUILD_VERSION'):
assert os.getenv('PYTORCH_BUILD_NUMBER') is not None
version = os.getenv('PYTORCH_BUILD_VERSION') \
Expand Down

2 comments on commit 1f694e9

@Gosicfly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that pytorch 0.3 is close to be released?

@soumith
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Please sign in to comment.